Metadata-Version: 2.1
Name: python-gameoflife
Version: 1.0.0
Summary: python implementation for Conway's game of life
Home-page: https://github.com/itsmehdi97/GameofLife
Author: itsmehdi97
Author-email: itsmehdi97@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: pygame

# Game of Life
python implementation for _Conway's game of life_.

### Usage
```buildoutcfg
$ pip install python-gameoflife
$ python-gameoflife
```

### Keybinds

- R: Random seed 
- S: Toggle pause
- Left-Click: Toggle cell's state
- C: Clear game field
- Q: quit


