š Documentation ⢠š Installation ⢠šÆ Features ⢠š® Roadmap
Discover the power of AI through three captivating interactive games
AI Quest Suite is an immersive collection of three games designed to visualize and understand machine learning in action. Each game presents a unique challenge where you can observe an AI learn and improve in real-time.
šŗļø Maze AI Intelligent navigation with path optimization |
š Snake AI Optimized growth and survival |
š© Capture the Flag AI Strategy and tactical planning |
Metric | Maze | Snake | CTF |
---|---|---|---|
Learning time | ~2h | ~4h | ~6h |
Average score | 92% | 85% | 78% |
Success rate | 95% | 88% | 82% |
# Clone the project
git clone https://github.com/username/ai-quest-suite.git
cd ai-quest-suite
# Backend (Python)
python -m venv env
source env/bin/activate # Windows: env\Scripts\activate
pip install -r requirements.txt
# Frontend (React)
cd frontend
npm install
npm start
AI Quest Suite/
āāā š§ backend/
ā āāā main.py
ā āāā ai_models/
ā āāā static/
āāā šØ frontend/
ā āāā public/
ā āāā src/
āāā š README.md
Contributions are welcome! Check out our contribution guide to get started.
This project is licensed under the MIT License. See the LICENSE file for details.