Snoopy-Skies is a fun and fast-paced web video game built with Kaboom.js — a JavaScript game engine for making 2D games that run right in your browser.
- Kaboom.js – 2D game engine
- JavaScript – game logic
- HTML/CSS – structure and styling
Clone this repo:
git clone https://github.com/velinovjovan/Snoopy-Skies.git
cd Snoopy-SkiesInstall dependencies:
npm installStart the game locally:
npm run dev