Skip to content

ryukinix/conway-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Crate Version License

Description

Another stupid implementation of Conways's Game of Life written in Rust language.

screenshot

Motivation

Use a more complex example than 'hello world' to learn a new language.

Usage

Shortly:

git clone https://github.com/ryukinix/conway-rs.git
cd conway-rs
cargo build --release
cargo run

Via crates.io:

cargo install conway-rs && ~/.cargo/bin/conway

You need the Rust environment to build this repository. Specifically the Rust Compiler rustc and the Rust package manager cargo. You can download both on the official website of the Rust language or in the official repositories of your operating system.

Author

License

MIT

About

Conway's Game of Life implementation in Rust

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages