/conway

Conway's game of life implementation in Rust

Primary LanguageRustApache License 2.0Apache-2.0

Conway

An implementation of Conway's game of life as an introduction to Rust

Building

You will need:

  • A Rust compiler
  • The cargo build system

See the install guide for more info.

Once you have a working environment, simply run cargo build in the project root to create an executable.