conway-nes 0.1.1

Generate a NES rom containing Conway's Game of Life
conway-nes-0.1.1 is not a library.

Conway's Game of Life on the NES in Rust

This program prints out a NES rom in ines format, which runs Conway's Game of Life.

$ cargo run > life.nes
$ fceux life.nes       # fceux is a NES emulator

Demo

Press any button on the controller to restart the simulation with a random state, seeded by the number of frames that have passed since starting.