wlof / gameoflife

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

Pressing R crashes the game #9

Closed wlof closed 9 years ago

wlof commented 9 years ago

Following the refactor, pressing R to reset the game provokes an exception.

wlof commented 9 years ago

This was caused by some leftover code following the refactor. Fixed.