https://github.com/crocidb/nesgame
A NES game
https://github.com/crocidb/nesgame
Last synced: 12 months ago
JSON representation
A NES game
- Host: GitHub
- URL: https://github.com/crocidb/nesgame
- Owner: CrociDB
- Created: 2022-05-13T22:55:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-13T22:55:47.000Z (about 4 years ago)
- Last Synced: 2025-03-14T05:44:18.185Z (about 1 year ago)
- Language: Assembly
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.