Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cgol

about

This is my impelementation of Conway's Game Of Life in Rust. It works in terminal.

examples

Glider

Glider

Gosper's Glider Gun

Gosper's Glider Gun

Pulsar

Pulsar

Diehard

Diehard

Oscillators

Oscillators

input files

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.

credits

cgol was programmed by matyz, licensed under BSD 3-Clause

Original Conway's Game Of Life was made by John Horton Conway.

About

Conway's Game Of Life

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages