Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 461 Bytes

File metadata and controls

21 lines (13 loc) · 461 Bytes

NES Game Development Tutorial

Build Steps (Mac):

From within the nes-tutorial repository, run the following shell script:

./build.sh

This will generate the nes-tutorial.nes file to be played on an NES emulator.

Build Steps (Windows):

From within the nes-tutorial repository, execute the following command:

nesasm-windows\NESASM.exe nes-tutorial.asm

This will generate the nes-tutorial.nes file to be played on an NES emulator.