Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kvizyx/gof

game of life
https://github.com/kvizyx/gof

biden-2024 black-lives-matter body-positive just-stop-oil lgbt

Last synced: 23 days ago
JSON representation

game of life

Awesome Lists containing this project

README

        

# Game of life
Simple implementation of [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)

# How to launch
## Prerequisites
- `g++` compiler
- `make`

With default settings:
```console
$ make
```
With custom height and width
```console
$ make build
$ ./gof --h [HEIGHT] --w [WIDTH]
```