MindMaze is a Flask-based riddle game where players answer brain-teasing questions to progress through levels. Built for fun, learning, and showcasing web development with Python!
- Score tracking with correct answer streak
- Game Over screen with score display
- Easy-to-edit question bank (
riddles.py
) - Level-based game flow
- Launch the game (
python app.py
) - Answer riddles correctly to move to the next level
- One wrong answer = Game Over!
- Try to reach the highest level possible!
- Python 3.7+
- Flask
Play MindMaze online here:
👉 https://mindmaze-kwnv.onrender.com
git clone https://github.com/cubecodefowad/MindMaze.git
cd MindMaze
pip install -r requirements.txt
python app.py
Visit http://localhost:5000 in your browser.