Skip to content
/ ws-mud Public

An attempt to create a tiny mud-like game with WebSockets

Notifications You must be signed in to change notification settings

meis/ws-mud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ws-mud

An attempt to create a tiny mud-like game with WebSockets.

It doesen't implement any persistence, so the players are destroyed on every server stop.

##INSTALL

Clone this repo. You need Mojolicious::Lite installed.

##USAGE

You can start the server using:

morbo ws-mud

Then, you can start playing going to http://localhost:3000/player/your_name (Next comming...login screen!).

If you don't know what to do... try to type 'help'.

##IS MULTIPLAYER

Yes, you can open more tabs and login with another player.

About

An attempt to create a tiny mud-like game with WebSockets

Resources

Stars

Watchers

Forks

Packages

No packages published