Skip to content

panoptyk/MUD

Repository files navigation

Multi-User Dungeon example

living MUD game based off the Panoptyk Engine

Setting up your local dev environment

Upon cloning this repository, there are a few steps you need to take to begin developing locally. You must be on a unix shell for everything to work.

Run the following commands from the main repo directory:

npm install
npm run deploy <directory_for_server>

The server is run via node server.js within the directory for the deployed server files.

npm run build can be used to test if the client & server compile right

npm run deploy:only <directory_for_server> skips the build step, using whatever has already been built in the dist & lib folders

Do NOT commit the deployed server files. It's recommended to set the target directory for deploy outside the repositories main directory

About

Text based client for a panoptyk game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors