An open API service indexing awesome lists of open source software.

https://github.com/joeylemon/mmo

an online multiplayer game that allows players to interact with each other and collaborate on quests http://jlemon.org:3000
https://github.com/joeylemon/mmo

mmo multiplayer socket-io

Last synced: 7 months ago
JSON representation

an online multiplayer game that allows players to interact with each other and collaborate on quests http://jlemon.org:3000

Awesome Lists containing this project

README

          

# mmo
An online multiplayer game which allows players to interact with each other and collaborate on quests.

![](http://i.imgur.com/vQVsxHm.png)

## Features included
- Persistent user accounts, with passwords stored using bcrypt
- Real time multiplayer using socket.io and node.js
- Multiple levels to explore
- Purchasable weapons and armor
- Health system
- Level system
- Multiple types of enemy A.I.
- Quests which can be completed alongside other players
- Leaderboards displaying the highest-ranked players
- Simple user interface
- Chat system
- Admin controls/commands
- etc...