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.mp4
Currently there are two methods of installing it, either via Nix, or downloading the provided static binary in the Releases page.
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