ZeuDa is based in magic2d
- user creation
- character creation
- initial map
- neutral enemy
- char movements
- xp (experience) and level
- inital attributes (strength, intelect, life, mana)
you will need to install these dependencies
- nodejs
- express
[sudo] npm install express
- ejs
[sudo] npm install ejs
- dirty
[sudo] npm install dirty
- expresso
[sudo] npm install expresso
channel #cobrateam on irc.freenode.net
The following command will run the server on port 3000. > node app.js
Then point your browser to http://0.0.0.0:3000.
- fork and clone the project
- hack
- commit and push
- send a pull request