MathiasSven / gol-tui

Conway's Game of Life TUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Conway's Game of Life TUI

License:MIT License


Languages

Language:Haskell 58.3%Language:C++ 32.5%Language:Nix 8.5%Language:CMake 0.8%