Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 628 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 628 Bytes

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.