Game in Javascript to Spot the Puppy. Originally for BYU CS 260 Creative Project #4.
Play the game here (with no leaderboard tracking).
OR the new version [here](TOOD: add link)
By Clark Brown
- Make sure you have node.js installed (version 18 or later)
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open your browser and go to http://localhost:3000
- Click the puppy to advance to the next level
- Each level adds more cats and increases movement speed
- Your score depends on how quickly you find the puppy
- Complete all 20 levels to become a champion!