Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 705 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 705 Bytes

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