This is my impelementation of Conway's Game Of Life in Rust. It works in terminal.
Glider
Gosper's Glider Gun
Pulsar
Diehard
Oscillators
Input files are saved in the following format:
<VERSION> <X_SIZE> <Y_SIZE>
<GRID_CONTENT>
In the <GRID_CONTENT> anything that isn't 1 is treated as a dead cell. Every row is split using \n.
cgol was programmed by matyz, licensed under BSD 3-Clause
Original Conway's Game Of Life was made by John Horton Conway.




