Skip to content

Conway's Game of Life implemented with Python builtin libraries.

License

Notifications You must be signed in to change notification settings

johnliu55tw/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Build Status

Just a simple project implements the famous Game of Life with nothing but Python's builtin libraries. The interface is inspired by this website. This is also a practice of designing a GUI application that follows the MVP architecture.

Requirements

  • Python3 (with Tk configured)

Install

$ pip install game-of-life-nodeps

Run

$ game-of-life

Or

$ python3 -m game_of_life

Test

$ python3 -m unittest

About

Conway's Game of Life implemented with Python builtin libraries.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages