Muneeb1030 / Quizzy-Game

This Unity 2D game challenges players to match icons with statements by dragging and dropping them into the correct answer region.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quizzy Game

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.

Getting Started

  • Unity 2019.3 or later
  • Your favorite code editor (e.g., Visual Studio)

Installation

  1. Clone the repository:

    git clone https://github.com/Muneeb1030/Quizzy-Game.git
  2. Open the project in Unity.

  3. Run the game by pressing the "Play" button in the Unity editor.

Game Features

  • 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.

How to Play

  1. Start the game by pressing the "Play" button in the Unity editor.
  2. Read the statement presented on the screen.
  3. Drag the correct icon from the given options and drop it into the answer region.
  4. Receive feedback on whether your answer is correct or incorrect.
  5. Continue to the next statement and repeat the process.
  6. Track your score and aim for a high score!

Development Setup

  1. Open the project in Unity.

  2. Navigate to the Assets/Scripts folder to find the game logic scripts.

  3. Customize statements, answer options, and game mechanics by modifying the relevant scripts.

  4. Use Unity's UI system to adjust the user interface elements and design.

Assets

  • The Assets/Icons folder contains the icon images used in the game.
  • The Assets/Scripts folder contains the C# scripts for game logic.

Contributing

If you'd like to contribute to the development of this game, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and submit a pull request.

About

This Unity 2D game challenges players to match icons with statements by dragging and dropping them into the correct answer region.


Languages

Language:ShaderLab 76.6%Language:HLSL 13.3%Language:C# 10.1%