shamilmamedov / game_of_life

Simple python implementation of the Game of Life

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple python implementation of the Game of Life


Languages

Language:Python 100.0%