https://github.com/jsdf/n64-gameoflife
conway's game of life on n64
https://github.com/jsdf/n64-gameoflife
conways-game-of-life game-of-life gameoflife n64
Last synced: 15 days ago
JSON representation
conway's game of life on n64
- Host: GitHub
- URL: https://github.com/jsdf/n64-gameoflife
- Owner: jsdf
- License: unlicense
- Created: 2020-04-15T02:44:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T03:11:19.000Z (about 5 years ago)
- Last Synced: 2024-10-12T23:45:05.421Z (7 months ago)
- Topics: conways-game-of-life, game-of-life, gameoflife, n64
- Language: C
- Size: 199 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conway's Game of Life for Nintendo 64
The compiled rom file can be found [here](https://github.com/jsdf/n64-gameoflife/raw/master/gameoflife.zip). It can be run with an emulator or an N64 flashcart. Try pressing the A and B buttons.

## How to build (macOS or linux):
- Install [wine](https://www.winehq.org/)
- Install the n64 sdk. this repo assumes it's in the default location of `C:\ultra` (in the wine filesystem). If you've installed it somewhere else, you'll need to update this path in `compile.bat`
- Edit `./build.sh` so that WINE_PATH points to your wine binary
- Run `./build.sh`. This should build gameoflife.n64
- Run gameoflife.n64 with an emulator or an N64 flashcart