2 releases
0.1.1 | Mar 21, 2021 |
---|---|
0.1.0 | May 21, 2020 |
#550 in Games
545KB
568 lines
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
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.
Dependencies
~3–11MB
~115K SLoC