X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=blobdiff_plain;f=naja%2Fgameboard.py;h=52d1323bd176a5cd3ca7205086b7fe44455f450f;hp=7d9dfafe1c44b30b160da7d1ba276858ebfa5504;hb=4c8d6169da3babec7982b14bf6647d3fbe268399;hpb=d56932610ab443154ece192dac89b9a16de73eaa 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