Friday, July 31, 2009

How can I make some simple graphic game in C, char to move up / down and shoot stuff.?

I want to make a simple game in C ( not C++ ) with a simple spaceship going up and down and to shoot other ships that com from the right of the screen. Everytime I shoot a ship, I should get a point. Everytime I shoot a ship another one should appear. I should have 3 lifes. Random speed for ships. Whenever a ship gets past me, I loose a life. I don't care about colours yet.

How can I make some simple graphic game in C, char to move up / down and shoot stuff.?
Do you want to make a game yourself or want to get it made by others?





You have to first learn basic programming with C and only then you can understand graphics programming with C.





Spend some time on learning C and then you will get some ideas of how to do wonderful things with C.


No comments:

Post a Comment