Skip to content

Commit

Permalink
Revert "Addes song to AI"
Browse files Browse the repository at this point in the history
This reverts commit 5107826.
  • Loading branch information
stlucasgarcia committed Nov 13, 2020
1 parent cee7aa4 commit e3d2286
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions main_screen.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,9 @@ def main_screen(self, scores: list, usernames: list):
matrix, 5, -math.inf, math.inf, True
)

pg.time.wait(200)

if utilities.is_available(matrix, column):
row = utilities.get_open_row(matrix, column)
utilities.drop_piece(matrix, row, column, self.ai_chip)
self.sound_chip_1.play()

if utilities.is_victory(matrix, self.ai_chip):
scores[1] += 1
Expand Down
2 changes: 1 addition & 1 deletion user_settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"mode": "Player vs AI",
"theme": "classic",
"resolution": "FULLHD"
"resolution": "HD"
}

0 comments on commit e3d2286

Please sign in to comment.