Welcome to the Quizzy Game! This Unity 2D game challenges players to match icons with statements by dragging and dropping them into the correct answer region.
- Unity 2019.3 or later
- Your favorite code editor (e.g., Visual Studio)
-
Clone the repository:
git clone https://github.com/Muneeb1030/Quizzy-Game.git
-
Open the project in Unity.
-
Run the game by pressing the "Play" button in the Unity editor.
- Engaging drag-and-drop gameplay.
- Randomly generated statements and answer options for replayability.
- Score tracking and feedback on correct or incorrect answers.
- Intuitive user interface and responsive design for various screen sizes.
- Start the game by pressing the "Play" button in the Unity editor.
- Read the statement presented on the screen.
- Drag the correct icon from the given options and drop it into the answer region.
- Receive feedback on whether your answer is correct or incorrect.
- Continue to the next statement and repeat the process.
- Track your score and aim for a high score!
-
Open the project in Unity.
-
Navigate to the
Assets/Scripts
folder to find the game logic scripts. -
Customize statements, answer options, and game mechanics by modifying the relevant scripts.
-
Use Unity's UI system to adjust the user interface elements and design.
- The
Assets/Icons
folder contains the icon images used in the game. - The
Assets/Scripts
folder contains the C# scripts for game logic.
If you'd like to contribute to the development of this game, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and submit a pull request.