A small project with Pixi.js and Node.js, it will be a basic mmorpg in HTML5 and Javascript
Sorry for my poor english :p
For the assets of the game, I use Shoebox, it's a free and very powerfull tool.
It allow you to create SpriteSheets, Slice9, Bitmap fonts and other things. You should try it !
10/09/2013 : started the ScreenManager class
10/07/2013 : the project don't support mongoDB yet. The next feature will be the sessions for the players
##Installation
- You need to install Node.js
In order to make it works, you will have to install this modules on your Node.js server with this command :
npm install util express socket.io path mongoose connect-mongo
It has to be done in the directory of the server.js
- Install MongoDB for the database of the game