Skip to content

LexTheGreat/JSMMO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSMMO

Open source 2dMMO engine made with node/canvas with SQLite Database You need node.js! http://nodejs.org/

Project Setup

How do I, as a developer, start working on the project?

  1. Check out the git git clone https://github.com/LexTheGreat/JSMMO
  2. Enter the directory cd JSMMO
  3. Setup npm npm install

Settings

  1. Database name: In server.js replace server.db Database.open("server.db"); with anything you want.
  2. Port: In app.js change 3232 Global.setupServer("public", 3232); with the port you want to use

Testing

  1. Enter the working directory and run node app
  2. Connect to yourip:yourport (localhost:3232)
  3. Login with any username / Password
  4. Logout to save userdata
  5. Open Server.db with an sqlite editor and change your access to 1 for mod, or 2 for admin

How to setup the deployment environment

  • Requires Node and webrowser

Contributing changes

  • "Please open a github issues/pull request"

About

Little MMO made in JS with Node.JS Nothing big

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published