Skip to content

Simple implementation of Conway's game of life in the console.

License

Notifications You must be signed in to change notification settings

ramiro-l/Game-Of-Life-Conway-Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console Conway's game of life in RUST

game-of-life.mp4

Description

I made this project as a way to learn rust. It's a simple implementation of Conway's game of life in the console.

Compilation

cargo build --release

Usage

./target/release/game-of-life-conway or cargo run

Release

For use app of github release page to download the binary.

Note: In linux you need to give execution permission to the binary with chmod +x game-of-life-conway.

About

Simple implementation of Conway's game of life in the console.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages