Awesome
gol-tui
A terminal based implementation of Conway's Game of Life. A terminal with mouse support is required in order to draw in the cells.
Demo
<video src="https://github.com/MathiasSven/gol-tui/assets/24759037/3e1a79bc-6950-4b3e-90b3-535922b64f2a"></video>
Installation
Currently there are two methods of installing it, either via Nix, or downloading the provided static binary in the Releases page.
Nix
You can run the program directly via
nix run github:MathiasSven/gol-tui
Or imperatively install it into your profile
nix profile install github:MathiasSven/gol-tui