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

https://github.com/danielfvm/gameoflife-cli

Conway's Game of life running in the Terminal
https://github.com/danielfvm/gameoflife-cli

conways-game-of-life linux terminal-based

Last synced: 21 days ago
JSON representation

Conway's Game of life running in the Terminal

Awesome Lists containing this project

README

          

# GameOfLife-cli
![Repository size](https://img.shields.io/github/repo-size/danielfvm/GameOfLife-cli?color=39d45f)
[![GitHub last commit](https://img.shields.io/github/last-commit/danielfvm/GameOfLife-cli?color=39d45f)](https://github.com/danielfvm/GameOfLife-cli/commits/master)
![License](https://img.shields.io/badge/license-MIT-39d45f)
[![Stargazers](https://img.shields.io/github/stars/danielfvm/GameOfLife-cli?color=39d45f&logo=github)](https://github.com/danielfvm/GameOfLife-cli/stargazers)

Conway's Game of life running in the linux shell.

![Preview](https://github.com/danielfvm/GameOfLife-cli/assets/23420640/17896e6a-0112-45ee-8e86-03ebf41c0a95)

## Installation
The following commands will download, compile and install the program. Keep in mind that you will
need root permission to run `make install`, which will copy the binary file to `/usr/bin/`.
```
git clone https://github.com/danielfvm/GameOfLife-cli
cd GameOfLife-cli
make
make install
```