Spaces:
Sleeping
Sleeping
valentin urena
commited on
Update chess_board.py
Browse files- chess_board.py +1 -1
chess_board.py
CHANGED
@@ -80,7 +80,7 @@ class Game:
|
|
80 |
|
81 |
def generate_moves(self, move):
|
82 |
yield self.player_moves(move)
|
83 |
-
yield self.gemma_moves(
|
84 |
|
85 |
def main():
|
86 |
end_game = False # Change this to False
|
|
|
80 |
|
81 |
def generate_moves(self, move):
|
82 |
yield self.player_moves(move)
|
83 |
+
yield self.gemma_moves()
|
84 |
|
85 |
def main():
|
86 |
end_game = False # Change this to False
|