Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/CogitoNTNU/TetrisAI into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
maiahi committed Apr 9, 2024
2 parents 2001483 + 0c74730 commit 95a67c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/TetrisGameManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(self, board: Board):
self.currentTime = int(round(t.time() * 1000))

self.switcher = {
Key.f1: Action.SOFT_DROP,
Key.down: Action.SOFT_DROP,
Key.left: Action.MOVE_LEFT,
Key.right: Action.MOVE_RIGHT,
Key.space: Action.DROP,
Expand Down

0 comments on commit 95a67c3

Please sign in to comment.