This is the source release for Marble Mouse, a Super Monkey Ball-inspired physics game made in Three.js. It contains all the code and assets necessary to build and play the game. Please see the included LICENSE
before making any modifications - this game is not open source.
NVM or a similar tool is a pre-requisite, since the game will not build with the newest version of Node.js.
# Clone the repository from GitHub.
git clone https://github.com/rameshvarun/marble-mouse.git
cd marble-mouse
# Install and activate the recommended version of Node.
nvm install
nvm use
# Install dependencies and start the local web server.
npm install
npm start
- Textures from textures.com
- Archivo, Archivo Black from Google Webfonts
- Icons from Font Awesome
- The Noun Project
- "one-finger" by Jeff Portaro
- Freesound
- "stone_on_stone.aif" by thanvannispen
- "Boing 2" by magnuswaker
- "Bike Horn 1.wav" by Stickinthemud
- "Cartoon - Bat / Mouse Squeak" by Breviceps
- "Menu Selection Click" by NenadSimic
- "ui interface positive" by JavierZumer
- "pause.mp3" by crisstanza
- "unpause.mp3" by crisstanza
- Cannon.js Debug Renderer (MIT)
- CSS Loading Spinner (MIT)