I have a school project to create a game develop in c#.. I know all Basic of OOP and c#. I don't know where to start?..
Suggestion will appreciated Thank you
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
The best suggestion I can give you, and the one I passed out while tutoring many people, is do not sit down and start to program an entire game. It always seems a bit daunting and flusters people into wasting their time. My suggestion is to pick your overall game, and then make something in it.. The easiest example I can give you goes like this for the game Frogger.
And I think that gets the general idea.. At the end you will come up with a game. The trick is to keep the set of tasks small.. The person I walked through this setup with went from thinking making a game impossible to having most of the above done in around 4-6 hours of work.. and actually produced a very amusing version of Frogger :) Hope this helps. |
|||
|
|
|
Lookup tutorials on http://create.msdn.com/en-US/ They have whole games with source code there, but all you need for games like snake is how to draw a texture on specific place and how to handle input. For a snake
|
||||
|
|