Gamify is an engaging 2D platformer game built in Unity, where players control a hero navigating through levels filled with enemies. To defeat enemies and progress, players must answer educational questions correctly. The game combines action-packed platforming with interactive learning, offering a fun way to enhance knowledge across various topics.
- Game Setup:
- The game is a 2D platformer created in Unity, featuring a hero character controlled by the player.
- Encountering an enemy triggers a question-and-answer challenge.
- Encountering Enemies:
- When the hero collides with an enemy, the game pauses, and a question appears on the screen.
- Question Mechanism:
- The questions are of multiple-choice format.
- The questions are related to general knowledge
- The player must select the correct answer to proceed.
- Answer Validation:
- After the player chooses an answer, the game checks if it's correct.
- If the answer is correct, the enemy is defeated, and the hero can continue to progress through the level.
- If the answer is incorrect, the player loses life leading to the game being over.
- Progression and Rewards:
- Successfully answering questions allows the player to progress further in the game.
-
Game Engine
- Unity
-
Programming Languages
- C#
-
Graphics and Animation
- Sprite Sheets
- Unity's Animation Tools
-
User Interface (UI)
- Unity UI
-
Question and Answer System
- C# script fetching data from Open Trivia Database API
-
Physics and Collisions
- Unity's Built-in Physics Engine
-
Platform and Deployment
- Target Platform: PC
- Deployment: Executable
Just download and run the latest version of the executable from releases page.