Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/donmccurdy/leap-quest
- Owner: donmccurdy
- Archived: true
- Created: 2014-03-10T04:48:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-03T08:43:08.000Z (almost 10 years ago)
- Last Synced: 2023-04-09T19:47:47.555Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 13.1 MB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```