Skip to content

Conway's Game of Life implemented in Rust and visualized with tui-rs

Notifications You must be signed in to change notification settings

kachark/game-of-life-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

game-of-life-rs

Gosper's glider gun

game-of-life-rs is a simple app which implements Conway's Game of Life in 2D right in your terminal. The goal was for this to be an introduction to Rust and I hope that it offers a straightforward first look at the language for beginners.

Demo

The demo in the gif can be run simply by cloning the repository and executing

git clone https://github.com/kachark/game-of-life-rs.git
cd game-of-life-rs
cargo run

To quit out of the demo, press q

Requirements

  • rustc 1.44.0 or greater
  • tui-rs 0.14
  • termion 1.5

About

Conway's Game of Life implemented in Rust and visualized with tui-rs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages