Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 890 Bytes

File metadata and controls

31 lines (17 loc) · 890 Bytes

NES-dev

Game screenshot

Overview

This project is my attempt to learn 6502 assembly for the NES.

To Run

Load SpaceGame.nes into your favorite NES emulator.

To Build

Compilation requires the cc65 compiler. Installation instructions can be found here.

To generate a new .nes ROM run the following:

make

Credits

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.