MudBot - Wtf Is That?
MudBot - Wtf Is That?
MudBot is a project that is just barely starting (as of February 2016). Currently the GitHub is at https://github.com/RJCo/MudBot and we have an email address at majormudbot@gmail.com
Other than that, there's nothing but hopes and dreams. Hopefully this page will be changed soon with more information!
Other than that, there's nothing but hopes and dreams. Hopefully this page will be changed soon with more information!
- BearFather
- Posts: 668
- Joined: Sun Feb 09, 2014 6:27 pm
- Location: Portland, OR
- Contact:
Re: MudBot - Wtf Is That?
Looking at the source listed, it's in C#. It looks like MudBot is using an COTS for the terminal display, which may or may not be good, I just curious how the pure text is extracted to make decisions.
Re: MudBot - Wtf Is That?
Pretty sure he was still experimenting with the different console options. Apathy just started a new job like a week ago so he's a little distracted from this at the moment.
Re: MudBot - Wtf Is That?
This one looked pretty good for integrating VT100 / Ansi protocol, it could use some optimization but might be viable. https://sourceforge.net/projects/ackterm/
Re: MudBot - Wtf Is That?
The project used for the terminal piece was just a stand-in for now, like Syntax said. It surprisingly didn't take much to get it to work, and it even manages the ANSI stripping to give the rest of the code plaintext. So, so far it's working fine, but a better/less annoying codebase would be great improvement
Next time I get around to toying with the term side of the project, I'll definitely take a look at ackterm!

Re: MudBot - Wtf Is That?
I have an old Perl Script somewhere that I used for my MudBot back in the day, I may even still have the source code. I just could not remember what applications i needed to make it function after a system crash.
- BearFather
- Posts: 668
- Joined: Sun Feb 09, 2014 6:27 pm
- Location: Portland, OR
- Contact:
Re: MudBot - Wtf Is That?
So curious whatever happen with this project? I have been checking out dotnet core/c# recently looking to learn a new language. And really need a project to learn it so was poking around at ideas, and remembered about this project and their was talk of c#.
I did find the github project but dotnet core 3 can't compile it.
I did find the github project but dotnet core 3 can't compile it.