/n64-gameoflife

conway's game of life on n64

Primary LanguageCThe UnlicenseUnlicense

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