https://github.com/munshkr/nes-snake
*WIP* A Snake game for the NES/Famicom
https://github.com/munshkr/nes-snake
famicom game nes
Last synced: about 1 year ago
JSON representation
*WIP* A Snake game for the NES/Famicom
- Host: GitHub
- URL: https://github.com/munshkr/nes-snake
- Owner: munshkr
- License: apache-2.0
- Created: 2021-01-15T14:44:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-24T22:17:54.000Z (over 5 years ago)
- Last Synced: 2025-02-12T16:49:10.932Z (over 1 year ago)
- Topics: famicom, game, nes
- Language: Assembly
- Homepage:
- Size: 366 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# nes-snake
An ugly [Snake](https://en.wikipedia.org/wiki/Snake_(video_game_genre)) game
for the NES/Famicom. My first (and hopefully not the last) NES game.
## Usage
Just grab the `snake.nes` file and play it on any NES emulator, like
[FCEUX](http://fceux.com/).
## Development
This game is currently written for the
[asm6](http://3dscapture.com/NES/asm6.zip) assembler. Just make sure you have
it on your PATH.
Run `make snake.nes` to assemble. If you run `make run`, it will play the rom
using `fceux`. `make` will assemble and run the game.
## License
See [LICENSE.txt](LICENSE.txt)