a TUI for vizualising a rust implementation of the game of life.
Find a file
2022-09-03 14:25:18 +02:00
patterns switched to a fast hashing algorithm 2022-09-03 14:17:43 +02:00
src fixed grid display 2022-09-03 14:25:18 +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