🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

ChatMate

Started by
1 comment, last by dirkduck 22 years, 5 months ago
Ive been working on a program called ''ChatMate'' where you can make an AI with a basic ''HTML-like'' language (uses tags) or use the editor ive created, which you can then use to chat with. Im just wondering what you all think of it so far. There is more info and some screenshots in the freeware section of my site at http://labino.cjb.net (or if that doesnt work, since ive been having a little trouble with cjb.net today) http://dirkduck.sphosting.com. thanks! Also, I should release version 1 of it soon, its about 95% done now, im just adding some ease-of-use stuff to the editor right now. thanks! http://labino.cjb.net freeware and shareware games, and free and pay web design.
http://www.labino.net
Advertisement
Doesn''t look like AI to me, just a flexible version of:
if(txtStr=="Hello")
cout << "Hi";

Alex Broadwin
A-Tronic Software & Design
-----
"if you fail in life, you were destined to fail. If you suceed in life, call me."
"The answer is out there."
"Please help, I''m using Windows!"
Alex BroadwinA-Tronic Software & Design-----"if you fail in life, you were destined to fail. If you suceed in life, call me.""The answer is out there.""Please help, I'm using Windows!"
hey, thats

if(!(strcmpi("hello",text))
cout << "Hi";

to you Mr.!

anywho, yeah, its not exactly AI, but still, im proud of it since it the first project that ive made that uses a lot of file IO and basic string parsing.


http://labino.cjb.net
freeware and shareware games, and free and pay web design.
http://www.labino.net

This topic is closed to new replies.

Advertisement