Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kaliv0/game-of-life-python-cli


https://github.com/kaliv0/game-of-life-python-cli

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# game-of-life-python-cli

Python CLI tool for simulating Conway's Game of Life.

#### Requires Python 3.11+

## Example

To run the application type gol followed by options
```console
$ gol -a --gen=5 --fps=5
```

Add --help after the gol command to get more information