https://github.com/xpl/mole
Mole Simulator
https://github.com/xpl/mole
Last synced: about 1 year ago
JSON representation
Mole Simulator
- Host: GitHub
- URL: https://github.com/xpl/mole
- Owner: xpl
- License: mit
- Created: 2015-07-17T22:21:39.000Z (almost 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-02-29T22:39:24.000Z (over 10 years ago)
- Last Synced: 2025-03-27T02:39:25.074Z (over 1 year ago)
- Language: JavaScript
- Size: 146 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mole Simulator
[LIVE DEMO](http://xpl.github.io/mole/)
## Running locally
Clone repo, then `npm install` to install dependencies, then `nodemon server.js` (will run at localhost:1333)
You will need npm, node.js and (optionally) nodemon. Server is needed to load sound samples via XHR requests (browsers prohibit XHR requests to local files).