Open source 2dMMO engine made with node/canvas with SQLite Database You need node.js! http://nodejs.org/
How do I, as a developer, start working on the project?
- Check out the git
git clone https://github.com/LexTheGreat/JSMMO
- Enter the directory
cd JSMMO
- Setup npm
npm install
- Database name: In server.js replace server.db
Database.open("server.db");
with anything you want. - Port: In app.js change 3232
Global.setupServer("public", 3232);
with the port you want to use
- Enter the working directory and run
node app
- Connect to
yourip:yourport
(localhost:3232) - Login with any username / Password
- Logout to save userdata
- Open Server.db with an sqlite editor and change your access to 1 for mod, or 2 for admin
- Requires Node and webrowser
- "Please open a github issues/pull request"