An open API service indexing awesome lists of open source software.

https://github.com/dknight/nes.template

The minimal NES/Famicom setup that compiles and allows start build your game immediately.
https://github.com/dknight/nes.template

Last synced: 18 days ago
JSON representation

The minimal NES/Famicom setup that compiles and allows start build your game immediately.

Awesome Lists containing this project

README

          

# NES Program Template

Getting started with NES development can be difficult because even a simple program requires a lot of boilerplate code. This template provides a minimal setup that compiles and displays an **@** symbol that can be moved around the screen using the D-pad. Everything is already configured so you can immediately start building your game.

![NES Demo](nesdemo.gif)

Also check setup NES develop for GNU Linux [setup](https://www.whoop.ee/post/nes-development-on-linux.html).
## Current Limitations

Memory bank switching is not supported yet. The template currently supports only a single PRG bank.

## License

- MIT
- NES/Famicom is a trademark of Nintendo Co., Ltd.