valentin urena commited on
Commit
3abf20f
·
verified ·
1 Parent(s): 06e34d6

Update chess_board.py

Browse files
Files changed (1) hide show
  1. chess_board.py +1 -1
chess_board.py CHANGED
@@ -75,7 +75,7 @@ class Game:
75
  return True
76
  except:
77
  print(f"Invalid move '{move}'. Use algebraic notation (e.g., 'e4', 'Nf3', 'Bxc4') or ask Gemma for help.")
78
- return None
79
 
80
  def reset_board(self):
81
  self.board = chess.Board()
 
75
  return True
76
  except:
77
  print(f"Invalid move '{move}'. Use algebraic notation (e.g., 'e4', 'Nf3', 'Bxc4') or ask Gemma for help.")
78
+ # return None
79
 
80
  def reset_board(self):
81
  self.board = chess.Board()