Skip to content

ArchaicQuest II 🐉 is a multiplayer text based RPG known as a Multi User Dungeon (MUD) that is playable from your browser.

License

Notifications You must be signed in to change notification settings

zeeneddie/ArchaicQuest-II

 
 

Repository files navigation

alt ArchaicQuest II

ArchaicQuest II - Multi User Dungeon

This project contains:

  • The Web API that powers the Admin tool
  • The Signalr game server
  • The Web client

The first phase of this project is to complete the web API so the game content can be created using the Admin system.

For the web api we need endpoints that allow the creation of these things:

  • Items - In progress
  • Mobs
  • Mob Scripts (Responding to events, moving from a to b, other basic AI)
  • NPC Dialogue
  • Quests
  • Skills
  • Spells
  • Races
  • Classes
  • World Building (Rooms / Areas)

Some of the code for this project will be lifted from the original ArchaicQuest with the bad bits left behind and the good parts improved.

Next will be building the game server with a basic functioning web client so players can create an account, make a Character and starting moving around and interacting with the game world that was created with the admin tool.

Finally, make the web client look great, here is what the old client looked like to give you an idea: alt ArchaicQuest web based MUD client

More info coming, if you want more info join the discord server: https://discordapp.com/invite/nuf7FVq

About

ArchaicQuest II 🐉 is a multiplayer text based RPG known as a Multi User Dungeon (MUD) that is playable from your browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 96.3%
  • HTML 3.7%