A fun and addictive game that challenges your reflexes while giving you a chance to play as a cat chasing down those sneaky cheese-stealing mice!
Check out the live site here: Cheese Purrsit
In this TypeScript game, you’re a cat on a mission to catch cheese-stealing mice as they dash across the screen. The goal? Snag as many as you can while the game gets tougher with each level. With adjustable sound effects and an easy-to-use pause button (esc), you’re always in control. Get ready to test your reflexes in the fast-paced fun of Cheese Purrsuit!
- Visual Studio Code or any code editor
- NPM
- Node.js
After cloning to your local environment, follow the following steps to run it on your local device!
- How to run the program
1. Make sure you have Node.js installed, can check if you have it installed by checking the Node.js verison
npm node -v
if you don't have Node.js installed, you can just install it with npm or yarn
npm install nodejs
npm install typescript --save-dev
and you can check if it's instaleld by checking the version
npm tsc -v
npm tsc -w
- Laurie Yeh
- 1.1
- Initial Release
Inspiration, code snippets, etc.