# 🧠 MindMaze **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! ## 🔥 Features - Score tracking with correct answer streak - Game Over screen with score display - Easy-to-edit question bank (`riddles.py`) - Level-based game flow ## 🕹 How to Play 1. Launch the game (`python app.py`) 2. Answer riddles correctly to move to the next level 3. One wrong answer = Game Over! 4. Try to reach the highest level possible! ## 🚀 Getting Started ### Requirements - Python 3.7+ - Flask ### 🌐 Live Demo Play MindMaze online here: 👉 [https://mindmaze-kwnv.onrender.com](https://mindmaze-kwnv.onrender.com) ### Setup ```bash 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.