/game-of-life-hack-asm

Coway's Game of Life implementation on Hack computer's assembly language (specifications in nand2tetris course)

Primary LanguageHTML

game-of-life-hack-asm

Coway's Game of Life implementation on Hack computer's assembly language (specifications in nand2tetris course)

Running the Game of Life

Dependencies

  • Java
  • CPU Emulator (located in tools folder)

Running Simulation

You may need to add executable permission to CPUEmulator.sh

chmod +x ./tools/CPUEmulator.sh

Run CPU Emulator (from tools folder)

./tools/CPUEmulator.sh

CPU Emulator

File -> Load Program -> select GameOfLife.asm (from Game Of Life folder) Select GameOfLife.asm

File -> Load Script -> select .tst files (from Game Of Life folder) Select Script

From Animate dropdown select No Animation. Click run to see simulation (may be slow due to emulation process) Run Script