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

https://github.com/crocidb/nesgame

A NES game
https://github.com/crocidb/nesgame

Last synced: 12 months ago
JSON representation

A NES game

Awesome Lists containing this project

README

          

A simple game for NES.

Based off on [Nesdoug Tutorial](https://nesdoug.com/).

# Building

The project is built with `cc65`.

```$ mkdir build && make```

A `build/game.nes` will be generated and can be run with an emulator.