From 28a5e55ab21bfbce02a68a74154475486c095a15 Mon Sep 17 00:00:00 2001 From: jona605a Date: Tue, 4 Aug 2020 20:29:13 +0200 Subject: [PATCH] :star: Big "fix" --- funcs/games/hex.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/funcs/games/hex.py b/funcs/games/hex.py index 27e9793..fe59ce8 100644 --- a/funcs/games/hex.py +++ b/funcs/games/hex.py @@ -183,7 +183,7 @@ def placeOnHexBoard(board,player,position): else: logThis("Cannot place on existing piece (error code 1532)") return "Error. You must place on an empty space." - +""" # Checks if someone has won the game and returns the winner def isHexWon(board): won = 0 @@ -363,3 +363,4 @@ def minimaxHex(board, depth, player , originalPlayer, alpha, beta, maximizingPla break return value +"""