jsdf / n64-gameoflife

conway's game of life on n64

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conway's Game of Life for Nintendo 64

The compiled rom file can be found here. It can be run with an emulator or an N64 flashcart. Try pressing the A and B buttons.

recording of the demo

How to build (macOS or linux):

  • Install wine
  • 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

About

conway's game of life on n64

License:The Unlicense


Languages

Language:C 84.8%Language:Shell 6.6%Language:Makefile 6.2%Language:C++ 1.8%Language:Batchfile 0.6%