Just another thing like the chatterbot plugin for javaop2, except it runs a mini webserver which you can chat to the bot through.
Simply java -jar httpai.jar brain port. Made it to learn sockets in java, and it has served me well. Post here if you want a copy. =)
Example output (Save it as index.html and double click =):
<html>
<head><title>HTTPAI 1.0</title></head>
<body>
<h1>Chat with me!</h1>
<hr />
(You) Dumb idiotic bot<br />
(Bot) OK SO HOW ARE YOU<br />
<br />
<form method="GET" action="/index.html">
<input type="text" name="textarea" />
</form>
<hr />
</body>
</html>
Sadly this idea reminds me of something Joe would do. Hehe.
Quote from: Newby on July 08, 2006, 03:05:39 PM
Sadly this idea reminds me of something Joe would do. Hehe.
Me too.
I'd like a copy!
Incidentially, you forgot to send BRAIN.DAT along with it. :)
it creates it 8P
First off, the AI isn't all that intelligent. :)
Second, if anyone wants to try this out, the port is :8080. It took me somewhere around an hour and a half fooling around with paths and extensions and reading disassembled Java code (sorry) to figure it out. :P
Guess i shoulda mentioned its a quick hack thats been slightly polished :P
And its an AI: Artifical Idioticy
:P
It's idiocy is nowhere near artificial.