Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/donmccurdy/leap-quest

Multiplayer Micro-RPG built on WebGL, Node.js, WebSockets, and the LeapJS API.
https://github.com/donmccurdy/leap-quest

Last synced: about 2 months ago
JSON representation

Multiplayer Micro-RPG built on WebGL, Node.js, WebSockets, and the LeapJS API.

Awesome Lists containing this project

README

        

Leap Quest
==========

Multiplayer Micro-RPG written entirely in JavaScript. Proudly built on:

* WebGL + [THREE.js](http://threejs.org/)
* WebSockets + [ws](http://einaros.github.io/ws/)
* [Node.js](http://nodejs.org/)
* [LeapJS](http://js.leapmotion.com/) (*optional*)

## Local Development

For development, the game will run at `http://localhost:5000`.

```bash
# Download and install
git clone [email protected]:donmccurdy/leap-quest.git
cd leap-quest
npm install

# Start
node index.js
```