a TUI for vizualising a rust implementation of the game of life.
Find a file
2022-09-03 15:10:51 +02:00
patterns switched to a fast hashing algorithm 2022-09-03 14:17:43 +02:00
src added switch for debug view 2022-09-03 15:10:51 +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 switched to a fast hashing algorithm 2022-09-03 14:17:43 +02:00
README.md fixed typo 2022-09-01 19:42:52 +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