a TUI for vizualising a rust implementation of the game of life.
Find a file
2022-10-15 04:36:53 +02:00
patterns added script to generate random patterns 2022-10-15 04:36:53 +02:00
src added script to generate random patterns 2022-10-15 04:36:53 +02:00
.gitignore switched to a fast hashing algorithm 2022-09-03 14:17:43 +02:00
Cargo.lock switched to a fast hashing algorithm 2022-09-03 14:17:43 +02:00
Cargo.toml added script to generate random patterns 2022-10-15 04:36:53 +02:00
README.md fixed typo 2022-09-01 19:42:52 +02:00
rustfmt.toml added script to generate random patterns 2022-10-15 04:36:53 +02:00

golrs

Game Of Life RuSt


Description

This is a TUI for vizualising a rust implementation of the game of life

Installation

With cargo

cargo install golrs