Giter VIP home page Giter VIP logo

lounge's Introduction

Lounge

Command line style chat application and MUD. Built on MongoDB and Socket.io.

Screenshot

Install & build

cd lounge
npm install
gulp babelify

Run tests

npm test

Configure

cp config.example.js config.js

Edit config.js to change site title, banner and email client configuration.

Bootstrap

Bootstrap an environment with a few example rooms.

node tools/bootstrap

Point your browser to localhost:3000. The bootstrap script will have created an admin user with an email address [email protected] and a password admin. To log in as the admin user enter the following command into the prompt.

/signin -email [email protected] -password admin

New users can sign up by using the /signup command and supplying an email address, username and password. Nodemailer is used to send an email verification link to the supplied email address.

Admin commands

(Not available from user facing help menu)

createenvironment
Creates a new environment
Example: /createenvironment -name Entrance -description Entrance to an old dusty dungeon

createitem
Creates a new item which can be picked up and dropped by users
Example: /createitem -name Sceptre -description A magical relic

addrequirement
Require an item to enter a room.
Example: /addrequirement -environment Entrance -item Sceptre

connectenvironments
Connect two environments. This will allow users to move from place to place.
Example: /connectenvironments -name1 Entrance -name2 Tomb

lounge's People

Contributors

danielpquinn avatar billputer avatar

Stargazers

Cortland Walker avatar  avatar

Watchers

 avatar James Cloos avatar  avatar

Forkers

billputer

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.