Dumb Charades is a simple Python application built using Pygame. It serves to display words related to different states and cities in India, complete with hints and a countdown timer. Users can easily change the displayed word, start a timer, and exit the application as needed.
- Display words related to Indian states and cities.
- Change the displayed word with a click of a button.
- Start a countdown timer.
- Exit the application.
- Python 3.x
- Pygame library
- NumPy library
-
Clone this repository:
git clone https://github.com/shahiakhilesh1304/DumbCharades.git
-
Install the required Python libraries:
pip install pygame numpy
-
Navigate to the project directory:
cd DumbCharades/executableFiles/dumbcharade
-
Choose between the two executable files provided (
dumbcharade-30s
anddumbcharade-1min
), depending on your preferred timer duration. -
Double-click on the chosen executable file (
main.exe
). -
Follow the on-screen instructions to interact with the application.
You can maximize the size of the UI to full screen by pressing F11.
When 20 seconds are left, it will start making a sound, and at the end of the timer, it will play a buzzer.
Contributions are welcome! Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.