looking for a project

hey i am looking for a C++ project 500-1000 lines suggest game names please
ultra wacko zombie space hammer adventure of fire 4d: the prequel
4 in a row...(although that's only like 250 at most)
How about a tetris clone? You would of course need some API knowledge, but it's doable in < 1000 loc.
Why not tron? I think I'm going to make a mini tron game in my sidescroller at some point.
+1 to tron. Anything tron is great. My wife just stopped me from buying the old tron arcade game.... it was only $1,800 :(
@Return 0

then build your own!!! you can pull it off with mame and you can either build or own mini cabinet or buy a kit - they're all over the web...
why not make a top down space shooter? One of the simplest kind of games to make (without making a board game) much more fun than a board game, might go over the 1000 lines
Last edited on
i am sorry i didnt share the level of C++ knowledge i not this level I am zero with graphics at this time :( but soon will be.
A text based game would be very nice :)
If you use something like SFML, it shouldn't be too much more difficult than text based. Ultimately, it might even be easier to manage. You will however, require some basic knowledge of C++ class notation.

http://sfml-dev.org/

Hope this helps.
Last edited on
Text based games aren't any 'easier' then 2D games, it only saves you from having to draw sprites.
Topic archived. No new replies allowed.