From 45edb546f7c41f02a68ab7a5ce708774033cbeb4 Mon Sep 17 00:00:00 2001 From: MrGeorgen Date: Wed, 6 Aug 2025 11:37:29 +0200 Subject: [PATCH] lastMove not bad --- nimm.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nimm.py b/nimm.py index b6442fd..a71194b 100644 --- a/nimm.py +++ b/nimm.py @@ -51,7 +51,6 @@ def game(train): if lost: if train: addLostMove(state + move, move) - addLostMove(lastMove.state, lastMove.move) return 0 # optimale Strategie hat gewonnen lastMove = Move(state + move, move)