Skip to content

BurNiinTRee/Conway-s-Game-of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

An implementation of Conway's Game of Life in Rust.

Instalation

Clone the repository and cd into it:

$ git clone https://github.com/burniintree/conway-s-game-of-life
$ cd conway-s-game-of-life

Build it with Cargo:

$ cargo build --release

You can find it under target/release/gol

or run it:

$ cargo run --release

or install it:

$ cargo install

Usage

$ gol

You can close it with Escape, pause with Space, kill everithing with c, and let everithing live with f. When the game is paused, you can click on cells to toggle their current status.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages