Crates.io | conway-nes |
lib.rs | conway-nes |
version | 0.1.1 |
source | src |
created_at | 2020-05-21 12:30:52.449119 |
updated_at | 2021-03-21 03:20:10.4084 |
description | Generate a NES rom containing Conway's Game of Life |
homepage | https://gitlab.com/stevebob/mos6502/-/tree/master/conway |
repository | https://gitlab.com/stevebob/mos6502.git |
max_upload_size | |
id | 244075 |
size | 1,491,274 |
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.