FishCN Pacman turns the currently-open code file into a Pac-Man maze. Non-whitespace characters are pellets, ghosts chase you across the visible code range. One keystroke hides the game and restores the original code instantly — your boss sees code, you see a chomp.
Features
🎮 Pac-Man inside the editor — the visible code IS the map
👻 Smart ghosts — chase you with Manhattan-distance pathfinding
❤️ 3 lives + score / remaining / combo tracker in the status bar
⌨ Single-key stealth toggle — instantly hide game and restore code
💾 Auto-restore on save — pressing Ctrl+S during play silently rebuilds the code first; no data loss
🎯 Visible range only — only what's on screen becomes the map, big files stay snappy
🔄 Resume after hide — Ctrl+Alt+P toggles, same run continues
How to Play
Open any code file in VSCode
Press Ctrl+Alt+P (Cmd+Alt+P on macOS) to start
Use Alt+↑ ↓ ← → to move
Eat all non-whitespace characters in the visible range, avoid M and W ghosts
Press Ctrl+Alt+P again to hide (code restored instantly)