An open API service indexing awesome lists of open source software.

https://github.com/rameshvarun/marble-mouse

A Super Monkey Ball-inspired game made using THREE.js and CANNON.js.
https://github.com/rameshvarun/marble-mouse

3d cannonjs game html5-game physics super-monkey-ball threejs typescript web-game webgl webpack webxr

Last synced: 10 months ago
JSON representation

A Super Monkey Ball-inspired game made using THREE.js and CANNON.js.

Awesome Lists containing this project

README

          

# Marble Mouse





[Play the game on Itch.io]

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.

## Build Instructions
[NVM](https://github.com/nvm-sh/nvm) or a similar tool is a pre-requisite, since the game will not build with the newest version of Node.js.

```bash
# 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
```

## Third-Party Assets
- 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](https://github.com/lukehaas/css-loaders) (MIT)