https://github.com/dhravya/game-of-life
A simple python program to simulate and visualise the Conway's Game of life
https://github.com/dhravya/game-of-life
Last synced: 4 months ago
JSON representation
A simple python program to simulate and visualise the Conway's Game of life
- Host: GitHub
- URL: https://github.com/dhravya/game-of-life
- Owner: Dhravya
- License: mit
- Created: 2022-02-17T22:13:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-18T08:04:16.000Z (over 3 years ago)
- Last Synced: 2024-10-11T23:07:06.094Z (about 1 year ago)
- Language: Python
- Size: 7.56 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conway's game of life
A simple python program to simulate and visualise the Conway's Game of life

## Usage:
Clone this repository:
```
git clone https://github.com/dhravya/game-of-life
```Install the dependencies:
```
pip install -r requirements.txt
```Run :
```
python game-of-life.py
```## Contributing:
Any contributions are welcome and appreciated.## License
This project is licensed under the [MIT](./LICENSE) license.