An interactive educational game designed to teach K-12 students the fundamentals of Boolean logic through puzzle-based challenges.
- Level-Based Challenges
- Level 1: Activate a light using an AND gate.
- Level 2: Solve circuits using an OR gate.
- Level 3: Combine AND, OR, and NOT gates for more complex logic.
- Interactive Grid
- Place gates and wires by clicking grid cells.
- Visual Feedback
- Color-coded gates (blue=AND, green=OR, red=NOT).
- Light turns green/red to indicate success or failure.
- Progress Tracking
- Levels unlock sequentially with step-by-step instructions.
- HTML/CSS: Grid layouts, animations, and responsive design.
- JavaScript: Game logic, event handling, dynamic grid updates.
This project was part of the CodeHS Summer 2025 Internship Challenge.
Originally intended for Bool.com, it was adapted manually using traditional web technologies due to platform credit limitations — demonstrating resourcefulness, problem-solving, and technical depth.
- Teach core computer science concepts (AND, OR, NOT logic gates).
- Engage students with visual, interactive learning experiences.
- Scaffold learning through progressive levels.
Created by Amarnath S Kaushik