Skip to content

Commit

Permalink
Removed Uneeded Player Script Check
Browse files Browse the repository at this point in the history
  • Loading branch information
silverlightning926 committed Jun 22, 2024
1 parent 98c4d51 commit a8d4514
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/play/model_vs_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ def main():

while not board.is_game_over(claim_draw=True):
move = minimax_move(board, 2)
if move is None:
break # No valid moves, must be a game over state
board.push(move)
print(board)
print("===")
Expand Down

0 comments on commit a8d4514

Please sign in to comment.