A colorful, fun, and minimalist twist on the Google Chrome Dino Game โ but instead of a dinosaur, you guide a cute little cat ๐พ to jump over bushes ๐ฟ, mushrooms ๐, and flowers ๐ธ while chasing your highest score.
Do Check it out: https://catheringino.github.io/KittyJump/
Iโve always loved the Chrome Dino Game for its simplicity and addictive gameplay.
This project started as an idea to recreate it, but in a more colorful, cheerful, and cute way โ replacing the dinosaur with a cat and adding nature-themed obstacles.
- ๐ฑ Cute cat character
- ๐ฟ Random obstacles: big bushes, small bushes, mushrooms, flowers, and bouquets
- ๐ Score counter & High score tracking (saved in
localStorage) - ๐ฎ Easy controls:
- Press any key to start
- Press โ arrow to jump
- โก Speed toggle (Slow ๐ข / Fast ๐)
- ๐ธ Bouquet mode โ sometimes two flowers appear together for extra cuteness
- ๐จ Minimalist yet colorful design
- HTML โ Creates the game container, cat, scoreboard, and UI elements.
- CSS โ Styles the cat, obstacles, and overall game in a minimalist but colorful way.
- JavaScript โ
- Handles jumping mechanics
- Spawns random obstacles at varying distances
- Detects collisions with
getBoundingClientRect() - Tracks score and high score
- Controls game speed
- Clone this repository:
git clone https://github.com/CatherinGino/KittyJump.git