How to program this game with basic knowledge of C # and ASP.NET?

I would like to discuss with you how to program this game (originally a flash game) in C #. I am learning C # right now, and my knowledge is quite limited: I know pretty much the basics of C #, but I need your help with this concept. Here's the game: http://www.composica.com/product/samples/AstroHops/content/scaler.html alt text http://img12.imageshack.us/img12/5735/frogim3.jpg

I was thinking about using an image button for each or that would bring up a modal window with a question. I also thought about placing a frog image on each lipad set to visible = false. When some kind of lipard is selected, the frog's visibility will be set to true.

Any thoughts, ideas, suggestions on how this is best? Maybe links to a similar game encoded using C #?

Thanks!

+3
source share
2 answers

Marc's solution seems to be the best, but if you really need it in C # (in ASP.NET right?) Then you can consider AJAX, but yes, this is kind of a bad approach.

If these are the winforms you are talking about, I would consider using a 2d graphics engine for this. otherwise your idea MAY work with standard .net formats, it just doesn’t look very beautiful ....

you can take a look at this, it seems like a good starting point for working with directX and C # http://www.csharp-home.com/index/tiki-print_article.php?articleId=146

Good luck with your project!

+1

ASP.NET( HTML ) - -. , Silverlight; MS, flash, #.

+3

Source: https://habr.com/ru/post/1702882/


All Articles