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.
- Python3 (with Tk configured)
$ pip install game-of-life-nodeps
$ game-of-life
Or
$ python3 -m game_of_life
$ python3 -m unittest