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

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

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

![Here's the game of life](./animation.gif)

## 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.