/gol-rs

A simple implementation of the Game of Life, written in Rust

Primary LanguageRust

The Game of Life in Rust

A straightforward implementation of the Game of Life, written in Rust.

This codebase is my learn-rust playground and so exercises new Rust features as I encounter them.

See also gol-tcod built using the excellent libtcod library via tcod-rs.

Plaintext

This library also provides a module for parsing plaintext format game of life files.

Documentation

You can find the Cargo-generated docs here.

Note: They may be out of date as I am currently publishing them manually.