Skip to content

Commit

Permalink
Removed Uneeded Playing Script Check
Browse files Browse the repository at this point in the history
  • Loading branch information
silverlightning926 committed Jun 22, 2024
1 parent 4bb7e3d commit a250b04
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 @@ -95,8 +95,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 a250b04

Please sign in to comment.