/conway_game_of_life

Python implementation of Conway Game of Life

Primary LanguagePython

conway_game_of_life

Python implementation of Conway Game of Life

This is Conway Game of Life implementation using python

Here I have used matplotlib library for visualization apart from python standard libraries. You may use a virtual environment for running.

Got to the project directory and run

python main.py

Thank you !