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
- Host: GitHub
- URL: https://github.com/joeylemon/mmo
- Owner: joeylemon
- Created: 2016-09-05T01:39:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T22:58:38.000Z (about 7 years ago)
- Last Synced: 2025-01-19T20:47:03.492Z (9 months ago)
- Topics: mmo, multiplayer, socket-io
- Language: JavaScript
- Homepage:
- Size: 4.53 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mmo
An online multiplayer game which allows players to interact with each other and collaborate on quests.
## 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...