wlof / gameoflife

A simple Python implementation of Conway's Game of Life using the curses library.
MIT License
3 stars 0 forks source link

Package as a proper Python module #3

Closed wlof closed 9 years ago

wlof commented 9 years ago

Right now, the whole game lies in a single Python script.

Packaging it as a proper Python module would allow the whole world to much more easily enjoy this crappy pointless thing!

wlof commented 9 years ago

Nearly there. Code is refactored. Just have to write the setup.py.

wlof commented 9 years ago

Done as of 0.3.1.