This project is a physics-based watermelon game created using Matter.js and Vite.
- Install Node.js
Download Node.js - Open terminal and move to the project folder:
cd watermelon-game npm install npm run dev
Now, open localhost in your browser to play the game!
Vite: Quick frontend development server
Matter.js: Physics engine
JavaScript (ES6)