Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thaispalmer/thomud
A browser-based MUD game server using NodeJS
https://github.com/thaispalmer/thomud
engine game html javascript mud mud-game-server mud-server nodejs webbased
Last synced: about 1 month ago
JSON representation
A browser-based MUD game server using NodeJS
- Host: GitHub
- URL: https://github.com/thaispalmer/thomud
- Owner: thaispalmer
- License: apache-2.0
- Created: 2015-03-20T19:07:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-02T01:45:23.000Z (over 9 years ago)
- Last Synced: 2024-11-08T10:48:15.062Z (about 2 months ago)
- Topics: engine, game, html, javascript, mud, mud-game-server, mud-server, nodejs, webbased
- Language: JavaScript
- Size: 176 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# thomud
A browser-based MUD game server using NodeJS## Changelog
### v0.1
- First release.
- Basic engine finished (Movement, chat and warps).
- Really Basic UI with map, chat, coords and a list of who is near.## Installing and running the server
To install the thomud server, you must have NodeJS in your machine and then, on the root folder run:npm install
To install the dependencies (Socket.IO and Express modules).After that, to run the server just run:
node index.js
The server will listen to port 3000 by default. And the clients can access the game by http.## To do
- Improve the UI
- Login and persistant data
- Battles and mobs
- NPCs and shops## License
Read the LICENSE file included.