conway-nes

Crates.ioconway-nes
lib.rsconway-nes
version0.1.1
sourcesrc
created_at2020-05-21 12:30:52.449119
updated_at2021-03-21 03:20:10.4084
descriptionGenerate a NES rom containing Conway's Game of Life
homepagehttps://gitlab.com/stevebob/mos6502/-/tree/master/conway
repositoryhttps://gitlab.com/stevebob/mos6502.git
max_upload_size
id244075
size1,491,274
Stephen Sherratt (gridbugs)

documentation

README

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.

Commit count: 278

cargo fmt