nes-runner
nes-runner copied to clipboard
An infinite runner NES game!
runner.nes
This is a brand new NES game that I'm writing on stream over on Twitch.tv! The vast majority of this game has been written on stream with very little done off stream.
Assembling the ROM
- Follow this guide to setup the environment: NES_Build_Environment.md
-
git clone https://github.com/zorchenhimer/nes-runner.git
-
cd nes-runner
-
make
After make
is run you should have a sub-directory named bin/
that holds a
bunch of stuff, namely runner.nes
and some symbols files for the both the
Mesen and
FCEUX emulators.
But why though?
Because it's fun!
Where can I download the ROM?
Head on over to the relases page and grab it!
License
MIT. See LICENSE.md for the full text.