A very simple game made in C++.
runs in the DOS window.For Great Justice!
Controls:
W - move up
A - move left
S - move down
D - move right
I - shoot up
J - shoot left
K - shoot down
L - shoot right
Q - Quit Game
when you are hit, you lose points. when your score is 0 you lose the game.
you get 250 points per successful hit with your projectile.
kill all the enemies to win the game.
exe download:
HERE!And here is the code:
GameData.hGameData.cppmain.cppIf you know or are learning C++ and want to use my code as a reference, by all means do. However do NOT under ANY circumstances, steal my code for your own use. Especially for school projects.
Also, if you can find any bugs, leaks, or inefficiencies, by all means let me know, I'm still learning too.