EduQuest is a turn-based combat game that gamifies the learning experience.
This repository currently focuses on the core logic and the frontend of the game.
This is part of Smart India Hackathon 2025 problem - SIH25048 (Gamified Learning Platform for Rural Education).
The full solution requires additional components that will be added later to this repository.
main.cpp→ Source code (C++)qna.txt→ Sample text file containing questions, answers, and explanationsanimations→ Contains animations and images for the frontend part of the apptech_stack_flowcharts→ Explains the working and approach of the implementation of the problemfrontend→ Contains frontend codetech_stack_implement_flowchart.js→ Mermaid.js code for tech-stack implementation flowchart
- Turn-based combat mechanics for gamified learning
- Reads questions, answers, and explanations from a text file
- Can be extended or integrated into a full platform
Compile the code:
g++ main.cpp -o eduquest