Skip to content

Commit fdbe847

Browse files
Update chess-game.py
1 parent bf85497 commit fdbe847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chess-game.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def __init__(self):
1212
self.square_size = self.window_size // 8
1313
self.colors = [(240, 217, 181), (181, 136, 99)] # Light and dark squares
1414
self.piece_images = self.load_piece_images()
15-
# self.sounds = self.load_sounds()
15+
self.sounds = self.load_sounds()
1616
self.play_with_bot = False
1717
self.multiplayer = False
1818
self.elo = 1200

0 commit comments

Comments
 (0)