StevenGann / TRPG

An OOP C# framework for Text RPG games, inspired by the improved console window in Windows 10.
6 stars 4 forks source link

MUD support #2

Open StevenGann opened 8 years ago

StevenGann commented 8 years ago

One of the goals of TRPG is that it should be modular enough to be plugged into any interface suitable for a Nethack rogue-like RPG game. One of the intended examples of this was for simple support of MUDs. Adding network support won't be simple, and the following will have to be considered:

StevenGann commented 8 years ago

Player class has been implemented, but there's a lot more restructuring to do before multiplayer works.

StevenGann commented 8 years ago

Didn't mean to close this. Whoops.