Skip to content

Commit

Permalink
Merge pull request #527 from maniranjan2023/main
Browse files Browse the repository at this point in the history
voice control game #515
  • Loading branch information
suryanshsk authored Oct 31, 2024
2 parents c64fe6a + b09ec77 commit 5bc8b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voice_control_game/game.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

# Score
score = 0
font = pygame.font.Font(None, 36)
font = pygame.font.Font(None, 34)

# Voice recognition setup
recognizer = sr.Recognizer()
Expand Down

0 comments on commit 5bc8b6c

Please sign in to comment.