Three Dash

A WebGL browser based game, control a marble and get to the end goal as fast as possible! View live deployment here.

The marble can be controlled using WASD or the arrow keys, the player may also jump using the space bar. They must dodge all the obstacles and reach the end as fast as possible. The game features a timer which tracks how long it takes the player to reach the end.

Screenshot

Installation

# Clone the repository from GitHub
git clone git@github.com:coopersimpson/three-dash.git

# Install dependencies and start local web server (requires Node.js / npm)
npm install
npm run dev

Acknowledgements

Bruno Simon's Three.js Journey tutorial series.