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 a Help screen #10

Open wlof opened 9 years ago

wlof commented 9 years ago

Having an ingame help screen would be nice.

wlof commented 9 years ago

Need to solve #11 first.