From 4c8d6169da3babec7982b14bf6647d3fbe268399 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Sat, 17 May 2014 21:17:51 +0200 Subject: [PATCH] We have standards --- naja/gameboard.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/naja/gameboard.py b/naja/gameboard.py index 7d9dfaf..52d1323 100644 --- a/naja/gameboard.py +++ b/naja/gameboard.py @@ -56,6 +56,8 @@ class GameBoard(object): if wins_required is None: wins_required = defaults['wins_required'] + assert wins_required + max_health == 8 + # Overriden by command line if options.initial_bits: initial_bits = options.initial_bits -- 2.34.1