A simple, web-based scavenger hunt game that combines coding puzzles with physical exploration. Made for kids ages 7-10 to learn basic (Python-based)coding concepts while having an adventure!
This app creates an interactive scavenger hunt where kids solve simple coding puzzles to get clues leading them to physical locations. At each location, they find a code that unlocks the next puzzle, eventually leading to a prize.
- Setup (Parent): A parent/adult selects puzzle sets and places clues around the house
- Play (Kids): Kids solve coding puzzles using an interactive Python terminal (powered by Pyodide)
- Hunt: Each solved puzzle reveals the location of the next clue
- Win: The final puzzle leads to a prize!
- Next.js
- Tailwind CSS
- Pyodide (for in-browser Python execution)
- Vercel (hosting - not yet deployed)
🚧 Under active development
- Instructions for setting up and running the app
- Guide for creating custom puzzle sets
- Deployment instructions
- Simple, intuitive interface
- Mobile-responsive
- Accessible
- No user accounts required
- Easy to extend with new puzzle sets if you're so inclined (if you're ok with github and writing code)