Rolling Ball is a Platformer Game mixed with elements of an Endless Runner! It was created for the final assignment of the course Programming 4 at Rotterdam University of Applied Sciences.
- HTML & CSS
- ExcaliburJS (0.30.3)
- Vite (6.2.1)
You can play the game by going to the GitHub Pages link.
If you wish the run the game locally, you can follow these steps:
- Clone the project
git clone https://github.com/semvde/RollingBall.git- Go to the project directory
cd RollingBall- Install dependencies
npm install- Start the live server
npm run dev