Emoji Quiz Game
Project Description
The Emoji Quiz Game is an interactive desktop application built with PyQt5, challenging users to guess the correct word or phrase represented by emoji hints. The game tracks scores, provides instant feedback, and randomly selects emoji hints from a CSV dataset.
Features
- Clean GUI built with PyQt5 and designed in Qt Designer
- Random emoji selection from a CSV file containing emojis, hints, and answers
- Real-time score tracking with correct/incorrect feedback
- Option to reveal the correct answer if the user is stuck
- Simple controls suitable for players of all ages
Technical Stack
- Language: Python
- GUI: PyQt5, Qt Designer
- Data: Pandas, NumPy, CSV
How It Works
- The app loads the UI and displays the first emoji hint with score initialized to zero.
- Users type their guess and submit — the game checks against the correct answer and updates the score.
- Users can click Next to get a new hint or Show Answer if stuck.