wlof / gameoflife

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

Add saving & loading to/from files #5

Open wlof opened 9 years ago

wlof commented 9 years ago

Self explanatory. Add a feature to save/load the cell grid to/from files.

wlof commented 9 years ago

Need to solve #11 first for the UI part.

I could start adding the core file I/O functions to the game implementations right away though.