We have successfully built the first learning game for Topological Sort ('Locker Room Gear-Up'). We need to implement the remaining three interactive games inside the visual-learning folder:
- Sliding Window ('The Quarterback's Viewfinder') - Teach context window management and parsing.
- Priority Queue / Heap ('The Fantasy Draft Board') - Teach top-K vector search / RAG retrieval.
- Two Pointers ('The Loop Detective') - Teach infinite loop and cycle detection.
Each game should be a pure, self-contained HTML/CSS/JS file inside its own subdirectory under visual-learning/ following the same tycoon-style aesthetic and audio synthesis model.
We have successfully built the first learning game for Topological Sort ('Locker Room Gear-Up'). We need to implement the remaining three interactive games inside the
visual-learningfolder:Each game should be a pure, self-contained HTML/CSS/JS file inside its own subdirectory under
visual-learning/following the same tycoon-style aesthetic and audio synthesis model.