Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/MathiasSven/gol-tui

Conway's Game of Life TUI
https://github.com/MathiasSven/gol-tui

Last synced: 22 days ago
JSON representation

Conway's Game of Life TUI

Lists

README

        

# 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

## Installation

Currently there are two methods of installing it, either via [Nix](https://nixos.org/download#download-nix), or downloading the provided static binary in the [Releases](https://github.com/MathiasSven/gol-tui/releases) page.

### Nix

You can run the program directly via

```bash
nix run github:MathiasSven/gol-tui
```

Or imperatively install it into your profile

```bash
nix profile install github:MathiasSven/gol-tui
```