Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CatCatch

A tiny, addictive VS Code mini-game: keep the falling cat in the air as long as you can.

CatCatch Icon

Features

  • 🎮 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 15 to switch levels, Esc to close the highscore dialog
  • 🐱 One simple rule – click the cat before it hits the ground

How to play

  1. Open the Command Palette (Cmd/Ctrl + Shift + P)
  2. Run CatCatch: Start Game
  3. Click the cat to keep it airborne
  4. Beat your highscore!

CatCatch Gameplay

Levels

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

CatCatch Highscore

Installation

Download catcatch-0.1.2.vsix, then install it for your platform.

macOS

/Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin/code --install-extension catcatch-0.1.2.vsix

Windows

code --install-extension catcatch-0.1.2.vsix

Linux

code --install-extension catcatch-0.1.2.vsix

Alternative: Install from VS Code

Open VS Code, go to Extensions → ... → Install from VSIX... and select catcatch-0.1.2.vsix.

Development

npm install
npm run compile
npm run watch   # during development

To build the installable package:

npx vsce package

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages