This is a modified version of splatood. I am not the original creator, I simply changed some things I didn't like about the original to learn some cc65 NES c programming.
Check out http://splatood.github.io/
D-pad to move, A to flick roller or fire charger, START to pause. Menus accept D-pad to move cursor and START to select an item.
Install cc65 v2.13.3 or thereabouts and then run make
.
Assets were created in NESST and Famitracker.
There is a tool to convert binary nametables into C headers in util/bin-to-h.py
.
We target an NROM256 cartridge with two 16kB PRG ROMs and one 8kB CHR ROM.