Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 427 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 427 Bytes

Simple implementation of the Conway's Game of Life in python3

In this implementation the universe is finite; user sets its size before the game starts. For visualization Matplotlib is used. Several unit tests are implemented to test the rules of the game on simple initial population. To run tests use pytest. To run the game type in terminal: python3 main.py