This program prints out a NES rom in ines format, which runs Conway's Game of Life.
```bash $ 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.