Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 775 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 775 Bytes

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