Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 540 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 540 Bytes

agentReferenceEngine

A MetaSim Agent Reference Engine

Reference engines provide little to no functionality and serve as an example of API implementation. Please fork this an extend it! :)

Running with Node+MongoDB

Setup node.js http://nodejs.org/download/

Setup mongodb http://www.mongodb.org/downloads

Checkout the source and download dependencies

git clone https://github.com/rSimulate/WebHexPlanet.git

cd WebHexPlanet

npm install

Serve up the web application

node web.js