game-of-life-nodeps

Game of Life with only Python builtin libraries


Keywords
game-of-life, tk, tkinter, simple
License
MIT
Install
pip install game-of-life-nodeps==0.0.3

Documentation

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