DEATH

a multiplayer variant of conways game of LIFE
git clone https://git.ce9e.org/DEATH.git

commit
d326443dfc0f61397948393e8c862ec366154171
parent
b3066cccb0ddbfd0088bc7c2cbb89b559259e5fa
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2014-05-25 20:39
fix screen resizing

Diffstat

M DEATH/DeathCli.py 1 +

1 files changed, 1 insertions, 0 deletions


diff --git a/DEATH/DeathCli.py b/DEATH/DeathCli.py

@@ -135,6 +135,7 @@ class DeathCli:
  135   135 		elif key == 27:
  136   136 			self.screen.clear()
  137   137 			return False
   -1   138 		self.screen.clear()
  138   139 		self.draw()
  139   140 		return True
  140   141