Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 709 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 709 Bytes

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

demo.mp4

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