Skip to content

laurie8925/among_us_game

Repository files navigation

Cheese Purrsuit 🧀

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

Description

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!

Getting Started

Dependencies

  • Visual Studio Code or any code editor
  • NPM
  • Node.js

How to run the game

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

2. Install typescript

npm install typescript --save-dev

and you can check if it's instaleld by checking the version

npm tsc -v

3. Run typescript

npm tsc -w

4. Then you can just open the index.html file on your choice of browser!

Authors

  • Laurie Yeh

Version History

  • 1.1
    • Initial Release

Acknowledgments

Inspiration, code snippets, etc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published