Skip to content

Commit

Permalink
voice control game suryanshsk#515
Browse files Browse the repository at this point in the history
  • Loading branch information
maniranjan2023 committed Oct 30, 2024
1 parent 25d1090 commit b09ec77
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 b09ec77

Please sign in to comment.