This is the project of my mini-game called "Frequency Guesser". It is a game to guess frequencies using Python and Pygame.
Frequency Guesser is an auditory perception game where players try to guess the frequency of a generated sound.
The closer your guess is to the actual frequency, the more points you score!
- Random frequency generation in the 20 Hz – 20,000 Hz range
- Slider to adjust the guessed frequency
Guess!
button to reveal the actual frequency and calculate score- Informative UI displaying target frequency, guessed frequency, and score
- Additional sliders to adjust volume and frequency range
git clone https://github.com/darrrgghh/Frequency-Guesser.git
cd Frequency-Guesser
python Frequency_Guesser.py
- Improve UI/UX (if somebody could take this up, I'd buy you a beer)
- Add sound visualization
- Implement a leadeboard and, hopefully, multiplayer mode.