Skip to content

shamilmamedov/game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages