Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kaliv0/game-of-life-python-cli
- Owner: kaliv0
- License: mit
- Created: 2023-12-18T13:03:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-23T21:56:21.000Z (11 months ago)
- Last Synced: 2024-02-21T17:01:14.938Z (9 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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