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
- Host: GitHub
- URL: https://github.com/danielfvm/gameoflife-cli
- Owner: danielfvm
- License: mit
- Created: 2023-07-19T13:10:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T18:32:26.000Z (about 2 years ago)
- Last Synced: 2025-01-11T00:12:43.071Z (over 1 year ago)
- Topics: conways-game-of-life, linux, terminal-based
- Language: C
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GameOfLife-cli

[](https://github.com/danielfvm/GameOfLife-cli/commits/master)

[](https://github.com/danielfvm/GameOfLife-cli/stargazers)
Conway's Game of life running in the linux shell.

## 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
```