Inspiration
The spark for Thakaa Arena came from a very personal place. As a software engineering student, I noticed a recurring, somewhat lonely pattern in college life:
"We enter class, we leave, the semester finishes, and boom—we never really got to know our peers."
We were all fighting the same battles—complex algorithms, massive textbooks, strict deadlines—but we were fighting them alone. I realized that the problem wasn't just about "studying hard"; it was about engagement.
I asked myself: Why is it that I can spend hours grinding in a video game with friends, but I can't spend 30 minutes studying with them?
The answer was Gamification. I wanted to turn the isolated experience of "reading a PDF" into a shared, social "Boss Battle" where the entire class works together to defeat the curriculum.
What it does
Thakaa Arena is a mobile platform that transforms boring study materials into interactive RPG battles.
Scan & Play: Students upload lecture notes, and our AI (simulated) instantly generates a "Knowledge Boss."
The Arena: Students join a live lobby to answer questions in real-time.
Social Combat: Correct answers deal damage to the Boss. Wrong answers damage your Avatar.
Leaderboards: We replaced "Grades" with "Ranks," making academic validation feel as rewarding as reaching Grandmaster in a game.
How we built it
We built Thakaa Arena with a "Mobile-First" mindset, focusing on Game Feel (Juice) over standard app utility.Frontend: Built with Flutter to ensure a buttery smooth 60fps experience on both iOS and Android. We heavily utilized flutter_animate to make every button press, health bar drop, and victory screen feel satisfying.Backend: We used Firebase to handle the real-time data synchronization required for the multiplayer "Arena" experience.The Logic: We approached the gamification mathematically. We tried to balance the "Flow State" equation:$$Flow = \frac{Challenge}{Skill} \times SocialConnection$$By ensuring the questions (Challenge) matched the students' level (Skill) and adding the multiplier of Peer Pressure (Social Connection), we theoretically maximize engagement.
Challenges we ran into
The "Scope Creep" Boss: We only had about 7 hours to build this! We initially wanted a full teacher dashboard, a store, and chat. We had to brutally cut features to focus on the "Vertical Slice": The Battle Flow.
The "Vibe" Check: Making an educational app not look boring is hard. We spent a lot of time tweaking the "Bento Grid" UI and pastel color palette to ensure it felt like a game, not a homework tool.
Real-time Sync: Fake-syncing the battle state for the demo without a complex backend required some creative coding!
Accomplishments that we're proud of
Despite the tight 7-hour timeframe, we managed to build a fully functional "Vertical Slice" of the game that proves studying doesn't have to be boring.
The "Game Feel" UI: We successfully implemented a modern Bento Grid layout with flutter_animate, proving that an educational app can look as good as a top-tier mobile game.
Gamifying the Abstract: We turned the concept of a "quiz" into a literal Boss Battle. Seeing the health bars drop instead of just seeing a "Correct/Incorrect" text was a huge UX win.
The "Vibe" Check: We nailed the "Soft Pop" aesthetic (Pastel colors, rounded corners) to make the app feel welcoming and stress-free for students, rather than intimidating like a standard LMS.
The Social Hook: We built the foundation for a peer-to-peer engagement system where "studying" is reframed as "raiding," solving the loneliness problem in education.
What we learned
We learned that Gamification is not just about points; it's about emotion. Adding a "Health Bar" to a quiz question changes the user's emotional response from "I hope I get this right" to "I need to survive this!"
Most importantly, we learned that technology can bridge the gap between students. By turning the curriculum into a common enemy, we turn classmates into teammates.
What's next for Thakaa Arena
Honesty time: 7 hours wasn't enough. We built the feel, but we are just getting started on the engine. We have a massive vision to gamify practice and make Thakaa Arena a daily habit for every student:
True AI Generation: Moving from our simulated demo to a live backend where students can upload a 500-page textbook and generate a "Raid Boss" in seconds using Gemini/OpenAI.
Live Multiplayer Sync: Implementing real-time WebSockets so 50 students can attack the same "Exam Monster" simultaneously in class.
The "Guild" System: Allowing students to form permanent parties (study groups) that level up together throughout the semester.
Avatar Economy: letting students spend their hard-earned "Knowledge Points" on customizing their digital avatars.
Log in or sign up for Devpost to join the conversation.