A NES game I am working whenever I have free time.
It is a top-down vertical scroller tank game. The terrain is randomly generated. Currently there is not much to do other than killing endlessly spawning enemies.
It uses Shiru's C neslib. Most sprites are created by me. There is no sound.
Comes with .nes file. Use any nes emulator you want.
Needs CC65 to compile. There is a make file you can run. Change CC65_HOME in _compile.bat to your CC65 bin folder.