Yay productivity
Well I actually got some stuff done. My list of things done tonight includes:
Fixed the database class
OOPified the user profile class (a crapload of accessors / mutators so the profile is set as dirty correctly)
Users can register (not fully, you can only provide username and password just now) and login
The bot now works, and can connect / disconnect without causing chaos
Colour tags work, with TA2 (24-bit colour, bold, italic, underline and strikeout tags) and telnet protocol, and appropriate conversion between the two
Users can chat to one another in the one room that exists
I've done a wee bit of testing, and it seems reasonably stable. So it's running just now. If you want to give it a shot, you can access it via Telnet or you can download DruinkIM (My MUD client) and connect with that. If you use DruinkIM you get to play with the funky 24-bit colours and other TA2 protocol fancy stuff.
Since I haven't got round to doing a manual for either the MUD or DruinkIM yet, here's a list of the tags you can use in the MUD (in telnet too, but only some work):
<-0> Reset
<-1> Bold
<-b> Bold
<-i> Italic
<-u> Underline
<-s> Strikeout
<-31> Red text
<-32> Green text
<-33> Yellow text
<-34> Blue text
<-35> Magenta text
<-36> Cyan text
<-37> White text
<-cRRGGBB> 24-bit colour in HTML RRGGBB format - e.g. <-cff9900> is orange
You can combine tags, for example, bold, strikeout, orange text:
<-b><-s><-cff9900>Hello World!
Well, that'll do for now. It's 2:15am and I'm tired.
Oh yeah, if you do try and connect to the MUD, ignore Kim - that's the bot and she won't reply...
I've done a wee bit of testing, and it seems reasonably stable. So it's running just now. If you want to give it a shot, you can access it via Telnet or you can download DruinkIM (My MUD client) and connect with that. If you use DruinkIM you get to play with the funky 24-bit colours and other TA2 protocol fancy stuff.
Since I haven't got round to doing a manual for either the MUD or DruinkIM yet, here's a list of the tags you can use in the MUD (in telnet too, but only some work):
<-0> Reset
<-1> Bold
<-b> Bold
<-i> Italic
<-u> Underline
<-s> Strikeout
<-31> Red text
<-32> Green text
<-33> Yellow text
<-34> Blue text
<-35> Magenta text
<-36> Cyan text
<-37> White text
<-cRRGGBB> 24-bit colour in HTML RRGGBB format - e.g. <-cff9900> is orange
You can combine tags, for example, bold, strikeout, orange text:
<-b><-s><-cff9900>Hello World!
Well, that'll do for now. It's 2:15am and I'm tired.
Oh yeah, if you do try and connect to the MUD, ignore Kim - that's the bot and she won't reply...
0
Sign in to follow this
Followers
0
5 Comments
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now