Giter Site home page Giter Site logo

nek0senpa1 / archaicquest Goto Github PK

View Code? Open in Web Editor NEW

This project forked from liamkenneth/archaicquest

1.0 2.0 0.0 3.34 MB

ArchaicQuest a Multi User Dungeon (MUD) - Text based MMORPG in C# :dragon:

Home Page: http://www.archaicquest.com

License: MIT License

C# 67.70% CSS 12.86% HTML 5.33% TypeScript 0.14% JavaScript 13.97% ASP 0.01%

archaicquest's Introduction

[M]edieval [I]mmersive [M]ulti User Dungeon

MIM

A text based MMORPG inspired by the MUDs of the 90s built in C# using ASP.net MVC, SignalR and MongoDB. Unlike a traditional MUD MIM runs in the browser instead of Telnet. Telnet support could be added so make a pull request ๐Ÿ˜‰

Prerequisities

  1. The project is using C# 6 so you will need Visual Studio 2015 or add the Roslyn compiler to Visual Studio 2013

  2. Internet connection to connect to mongoDB

Run the site

With the above steps completed, hitting the start button in Visual Studio should successfully run the application. Your URL should show /Home and you should see the Create Character Wizard. Once you have created a character you will be in the game. You can log in again using the same character name.

In game commands

Here are the commands currently supported, all commands are checked using starts with which allows you to not type the whole word.

  • Movement using N, E, S, W, U and D
  • Get, get all, get
  • Drop, drop all, drop
  • Look, look at/in,
  • Examine
  • Smell
  • Touch
  • Taste
  • Inventory
  • Score (not fully implemented)
  • Say, ', Say to, >
  • Save
  • Quit
  • Equipment
  • Wear
  • Wield
  • Remove
  • Kill
  • Flee
  • lock, unlock
  • open, close

Creating Rooms, Items and mobs

To create a room, items or mobs check the example room

Once you have added a new room you need to open up UpdateDB.cs and add your new area methods to the area lists. Save and compile, before you run the UpdateDB.exe to update the database You need to manually delete the DB records (Could add this to UpdateDB or make it update existing records).

Connection details are: url: ds052968.mlab.com port: 52968 DB:mimdb username:testuser pass: password

That should be it, all contributions and feedback welcomed ๐Ÿ˜„

archaicquest's People

Contributors

liamkenneth avatar fonol avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.