💡 Inspiration

Students are overwhelmed by long notes, dense textbooks, and boring learning apps that all feel the same.
We wanted to build something radically different:
a learning tool that feels like a game, adapts like a tutor, and builds itself from whatever the student is already studying.

We kept asking:
“What if your notes could come alive as a world you can explore?”
That idea became LearnScape AI.


🎮 What it does

LearnScape AI turns class notes into a 3D personalized learning game in 30 seconds.

Upload any notes → the system automatically generates:

  • A themed 3D game world (Physics Forest, Calculus Kingdom, Cell City, etc.)
  • Quests, puzzles, and boss battles
  • Flashcards + quizzes hidden as treasure items
  • Wolfram-powered simulations as mini-games
  • Spaced repetition sets
  • Mastery analytics and weak-topic detection
  • Mood + learning-style–based difficulty and pacing

Supports all types of learners: ADHD, visual, auditory, stressed, or overwhelmed.


🛠 How we built it

Tech Stack

  • Frontend: React, Next.js, Tailwind
  • Backend: FastAPI (Python) with modular endpoints
  • Vector DB: Pinecone / Chroma
  • Game Engine: Three.js (web-rendered)
  • Gamification: Supabase / Firebase
  • AI Models: OpenAI / Gemini / Llama
  • Simulations: Wolfram Cloud
  • Productivity: Cline CLI for code generation
  • Documentation: GitBook

Pipeline Overview

  1. Parse text, images, and diagrams from uploaded notes
  2. Build concept graph + semantic structure
  3. Generate quizzes, flashcards, and boss mechanics
  4. Procedurally generate 3D environments
  5. Sync progress → analytics → adaptive difficulty

IMG_3926IMG_59B593BB4225-1

⚠️ Challenges we ran into

  • Making generated worlds fun but academically accurate
  • Turning abstract concepts into game mechanics
  • Reducing latency when processing large PDFs
  • Real-time learning-style detection
  • Embedding Wolfram simulations smoothly in Three.js
  • Balancing accessibility with game complexity

🏆 Accomplishments that we’re proud of

  • A fully working world-generation prototype
  • Integrating Wolfram simulations as playable puzzles
  • Implementing mood-based learning adaptation
  • Designing weakness-based boss battles
  • Creating a polished GitBook with diagrams + prompts
  • Watching testers react with “WOW” when the world generated
  • Making education feel… actually fun

📚 What we learned

  • How to design adaptive, emotionally-aware learning systems
  • That fast feedback loops significantly boost learning retention
  • How mood and stress affect performance
  • How to detect learning styles through real behavior
  • How to convert messy notes into structured knowledge automatically
  • How to merge AI + game engines + simulation tools into one pipeline

🆕 The Colab-Cline Paradigm: Cloud-Native AI Development

Breaking Traditional Development Boundaries

While other teams used Cline in traditional local environments (VS Code, terminals), we pioneered a revolutionary cloud-native development approach by running Cline CLI directly within Google Colab + GitHub Codespaces.

🏙️ Traditional Approach (Other Teams)

graph LR
A[Local Machine] --> B[VS Code]
B --> C[Local Terminal]
C --> D[Cline CLI]
D --> E[Local Files]

Our Innovative Approach

graph LR
A[Cloud Browser] --> B[Google Colab]
B --> C[GitHub Codespaces]
C --> D[Cline CLI in Cloud]
D --> E[Instant GitHub Sync]
E --> F[Global Collaboration]

🎯 Why This Matters for Success

1. Zero Setup Time

  • Traditional: 2-4 hours environment setup
  • Our Approach: 5 minutes from zero to productive

2. Universal Accessibility

  • No hardware limitations - runs on any device with a browser
  • Instant team collaboration - multiple developers in same environment
  • Persistent development state - no "it works on my machine" issues

3. AI Development Acceleration

Real-time AI Collaboration

# Traditional: Isolated development
$ cline start (local machine)

# Our Approach: Cloud-native collaboration  
!cline start (Google Colab + GitHub Codespaces)

Implementation Evidence

Cloud Development Stack

Development Environment:
  - Google Colab: Cloud compute & execution
  - GitHub Codespaces: Cloud IDE integration  
  - Cline CLI: AI code generation
  - GitHub: Instant version control
  - Vercel: Automatic deployments

Key Innovation:
  - Zero local setup required
  - Real-time team coding
  - AI-driven development cycle
  - Instant production deployment

Screenshots IMG_48083080EE44-1

IMG_86E414FA316C-1 IMG_13A780CD7DCD-1 IMG_EE4A679106AB-1 IMG_CE9FAC819A65-1 —-

--

🚀 What’s next for LearnScape AI — Personalized Learning Game That Builds Itself

  • A mobile app with offline play
  • Full multiplayer worlds
  • Teacher class dashboards
  • AI NPC tutors for difficult topics
  • Voice-driven exploration
  • Complete curriculum packs
  • A custom world marketplace
  • AR mode for hands-on learning in real space

LearnScape AI is more than a tool — it’s the future of fun, adaptive, personalized learning.


Built With

Share this project:

Updates