Click here to Skip to main content
15,893,486 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
I want to write a game program in c#.

It (for reasons I don't know - OriginalGriff) is to be a console game.
In this game an aircraft must move between obstacles it also can shoot these obstacles.

I am a beginner.
How I can write this program?

I have modified your question primarily because "Help me" is not a useful question title. I then tidied up the text a bit (spelling, punctuation etc.) just to clarify what you are asking for to non-native English readers.
Posted
Updated 8-Mar-10 21:55pm
v3

1 solution

Look into XNA. This will let you make games that can run on both PCs and Xbox360s. - Googling XNA will find plenty of tutorials. All you need is to download the XNA files from Microsoft, and C# Express - both are free.

You have to pay Microsoft an Annual fee to get it onto your Xbox, but you can get a wired 360 controller for your PC, and get the game made first, then stump up the money once you're ready.

Once you've finished your game, you can submit it for approval, choose a price, and it'll appear in the Indie Games section on people's xboxes (assuming it gets approved)

If you want to make a proper boxed console game that you'll see in shops, then I'm afraid this is out of reach for "bedroom" programmers nowadays - it costs thousands of pounds to get an official devkit from Sony/Microsoft/Nintendo, and they're very picky about who they'll provide devkits to (i.e. you'd have to already be a commercial games developer)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900