This project is my attempt to learn 6502 assembly for the NES.
Load SpaceGame.nes
into your favorite NES emulator.
Compilation requires the cc65 compiler. Installation instructions can be found here.
To generate a new .nes
ROM run the following:
make
The code and assets in this repo are mainly derived from Kevin Zurawel's excellent Famicon Party tutorial.
Built using the cc65 compiler.
Original graphics data from Kevin Zurawel, further modified and layed out using NESTool.
Many thanks to the NES Dev wiki and developer community for tons of documentation and forum posts.