Giter VIP home page Giter VIP logo

muddungeonjs's Introduction

MudDungeonJS

A JavaScript MUD codebase running on Node.js

Join the chat at https://gitter.im/LiamKenneth/MudDungeonJS codecov.io

Alt text

MudDungonJS is a text based MMORPG also known as a MUD(Multi User Dungeon). The goal of this project is to build an immersive fantasy world that you can get lost in. As well as improve your Javascript, node.js and Testing skills!

#How to run it Due to ES6 use this requires Node version >= 4.2.6

  • Download the project
  • Enter npm install
  • Enter npm start to start the project
  • Go to 127.0.0.1:4000 in a mud client or http://localhost:4001 in your browser
  • The password for your character is 123
  • ^ until the ability of setting a password is added.

#Testing & Coverage

  • npm test generates coverage report & run tests

#eslint

  • npm run lint

#Commands Currently implemented commands

  • N,E,S,W,U,D - Movement
  • Get, drop, look, look at/in, examine
  • inventory
  • score
  • help
  • say

#Features What's available now

  • Character Creation
    • name
    • password (plain text)
    • race selection
    • class selection
  • 2 rooms for testing, no real thought in to world design yet
  • look at items, look in containers
  • examine items for more information
  • drop items
  • view inventory
  • view your player sheet
  • view helpfiles (Only one file at the moment and needs to be rewritten)

#Todo I'll Update this as i remember also will add these in the issue tracker.

  • put command for storing items in containers
  • give command for giving items to players or npc
  • all keyword to take all or drop all, etc
  • World design
  • starter Town Rooms
  • shops
    • commands for buying, selling, inspecting items
  • tick update HP, mana, mvs
  • Fighting
  • Spells
  • Skills
  • Quests
  • Main story?

muddungeonjs's People

Contributors

liamkenneth avatar heykevo avatar gitter-badger avatar

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.