A tiny, addictive VS Code mini-game: keep the falling cat in the air as long as you can.
- 🎮 5 levels – from relaxed to frantic, including a random mode
- 🏆 System-wide highscores – your best times are shared across all VS Code workspaces
- ⌨️ Keyboard support – press
1–5to switch levels,Escto close the highscore dialog - 🐱 One simple rule – click the cat before it hits the ground
- Open the Command Palette (
Cmd/Ctrl + Shift + P) - Run CatCatch: Start Game
- Click the cat to keep it airborne
- Beat your highscore!
| Level | Name | Difficulty |
|---|---|---|
| 1 | Easy | Low gravity, slow speed |
| 2 | Medium | Balanced challenge |
| 3 | Hard | Faster, heavier |
| 4 | Extreme | Very fast, high gravity |
| 5 | RND | Random gravity & speed every bounce |
Download catcatch-0.1.2.vsix, then install it for your platform.
/Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin/code --install-extension catcatch-0.1.2.vsixcode --install-extension catcatch-0.1.2.vsixcode --install-extension catcatch-0.1.2.vsixOpen VS Code, go to Extensions → ... → Install from VSIX... and select catcatch-0.1.2.vsix.
npm install
npm run compile
npm run watch # during developmentTo build the installable package:
npx vsce packageMIT

