17 lines
181 B
Markdown
17 lines
181 B
Markdown
# golrs
|
|
|
|
Game Of Life RuSt
|
|
|
|
---
|
|
|
|
## Description
|
|
|
|
This is a TUI for vizualising a rust implementation of the game of life
|
|
|
|
## Installation
|
|
|
|
With cargo
|
|
|
|
```sh
|
|
cargo install golrs
|
|
```
|