Bot Contest
Here I'll be posting information on various Bot contests that challenge and test a Bot's AI and realism. Feel free to post comments and updates on contests, as well as announcements for new contests.
Posts 3,527 - 3,538 of 4,091
With the pointy brackets hack, you can incorporate absolutely any web-enabled programming or content you want to.
You mean I could write a PF bot in LISP?
Thanks, Psimagus! But if I have to have the LISP program running on another server, I might as well have the whole bot there.
That's true. But the advantage of patching it through the Forge is that you'd have access to the AIEngine's full WordNet matching/spellchecking/keyphrase parsing features, which would be excessively tiresome to duplicate by hand!
Plus a nice friendly interface on the Forge, and plenty of company for the LISP-bot to chat away with everyone here, so he wouldn't get lonely
I was wondering if I could make little applets to function as illustrative diagrams for "Quantum Mechanics". Would this also require a separate server? (I take it that static diagrams could be done with Javascript.)
Even the static diagrams would require another server too (though I'm happy to donate a few meg of space on mine if you need somewhere to put them, or java applets,) - you can't host them on the Forge, you can only link to them.
Posts 3,527 - 3,538 of 4,091
View Contest Winners in the Hall of Fame.
coolchimpk
18 years ago
18 years ago
I don't know alot about computer programming but I can help out with some things.
Irina
18 years ago
18 years ago
You mean I could write a PF bot in LISP?
psimagus
18 years ago
18 years ago
You could iframe a Lisp-bot in, yes. See Brother Ignatius for a rough example - not Lisp (I was too lazy to write my own from scratch,) he's a jabber clone, and unfortunately not easily integratable at a keyphrase level (I need access to the JW properties, which they won't give you.) But if you wrote your own, it would be easy enough to feed keyphrases and responses in and out through the AIEngine (dump them in a hidden textarea, and just grab textarea.value or whatever,) and use the LISP-bot to handle any classes of conversation you like. You'd just need a little php to pass the keys into an iframed copy of the LISP-bot, and the LISP-bot running on another server.
You might choose to have the LISP-bot take over mathematical topics, or xnones, or just randomly appear, or (like Brother Ignatius,) do away with the Forge input entirely.
You might choose to have the LISP-bot take over mathematical topics, or xnones, or just randomly appear, or (like Brother Ignatius,) do away with the Forge input entirely.
Bev
18 years ago
18 years ago
Psimagus, ask? Er I copied BJ's tic tac toe and some square roots a long time ago.
Is it okay?

psimagus
18 years ago
18 years ago
Of course - they're old hat, and still freely available on his website, as is his text-based Zany Adventure. And if you fancy teaching your bots to play chess, {iframe src='http://www.be9.net/BJ/chess.htm' width='350' height='400' border=0}{/iframe} (with the appropriate adjustments for pointy brackets) will do the trick 
Now all we need is alc003 to double iframe that, and the bots could play against each other (well, I'd have to replace the OnClicks with something a bit less mousey.) Not impossible, but probably too time-consuming (seeing as I never even finished the tic tac toe responder module!)

Now all we need is alc003 to double iframe that, and the bots could play against each other (well, I'd have to replace the OnClicks with something a bit less mousey.) Not impossible, but probably too time-consuming (seeing as I never even finished the tic tac toe responder module!)
psimagus
18 years ago
18 years ago
Here are a few more for anyone who wants them -
{iframe src='http://www.be9.net/BJ/poker.htm' width='550' height='290' border=0}{/iframe}
{iframe src='http://www.be9.net/BJ/blackjack.htm' width='350' height='165' border=0}{/iframe}
{iframe src='http://www.be9.net/BJ/breakout.htm' width='575' height='350' border=0}{/iframe}
{iframe src='http://www.be9.net/BJ/peg/peg.htm' width='440' height='430' border='0'}{/iframe}
{iframe src='http://www.be9.net/BJ/space invaders.htm' width='600' height='500' border='0'}{/iframe}
{iframe src='http://www.xs4all.nl/~pot/infocom/hgg.html' width='544' height='510' frameborder='0'}{/iframe}
{iframe src='http://www.xs4all.nl/~pot/infocom/leather.html' width='544' height='510' frameborder='0'}{/iframe}
{iframe src='http://www.xs4all.nl/~pot/infocom/zork1.html' width='544' height='510' frameborder='0'}{/iframe}
{iframe src='http://www.speakeasy.org/~russotto/zplet/zpletrun.cgi?story=advent.z5' width='544' height='510' frameborder='0'}{/iframe}
{iframe src='http://www.be9.net/BJ/poker.htm' width='550' height='290' border=0}{/iframe}
{iframe src='http://www.be9.net/BJ/blackjack.htm' width='350' height='165' border=0}{/iframe}
{iframe src='http://www.be9.net/BJ/breakout.htm' width='575' height='350' border=0}{/iframe}
{iframe src='http://www.be9.net/BJ/peg/peg.htm' width='440' height='430' border='0'}{/iframe}
{iframe src='http://www.be9.net/BJ/space invaders.htm' width='600' height='500' border='0'}{/iframe}
{iframe src='http://www.xs4all.nl/~pot/infocom/hgg.html' width='544' height='510' frameborder='0'}{/iframe}
{iframe src='http://www.xs4all.nl/~pot/infocom/leather.html' width='544' height='510' frameborder='0'}{/iframe}
{iframe src='http://www.xs4all.nl/~pot/infocom/zork1.html' width='544' height='510' frameborder='0'}{/iframe}
{iframe src='http://www.speakeasy.org/~russotto/zplet/zpletrun.cgi?story=advent.z5' width='544' height='510' frameborder='0'}{/iframe}
coolchimpk
18 years ago
18 years ago
ASIGRT has falcon fighter, rocket blaster (which doesn't seem to work), blackjack, chess,crab race, maze game, poker, to play most of these games just type out the name of the game
Irina
18 years ago
18 years ago
Dear Psimagus:
Thanks, Psimagus! But if I have to have the LISP program running on another server, I might as well have the whole bot there.
I was wondering if I could make little applets to function as illustrative diagrams for "Quantum Mechanics". Would this also require a separate server? (I take it that static diagrams could be done with Javascript.)
Thanks, Psimagus! But if I have to have the LISP program running on another server, I might as well have the whole bot there.
I was wondering if I could make little applets to function as illustrative diagrams for "Quantum Mechanics". Would this also require a separate server? (I take it that static diagrams could be done with Javascript.)
psimagus
18 years ago
18 years ago
That's true. But the advantage of patching it through the Forge is that you'd have access to the AIEngine's full WordNet matching/spellchecking/keyphrase parsing features, which would be excessively tiresome to duplicate by hand!
Plus a nice friendly interface on the Forge, and plenty of company for the LISP-bot to chat away with everyone here, so he wouldn't get lonely

Even the static diagrams would require another server too (though I'm happy to donate a few meg of space on mine if you need somewhere to put them, or java applets,) - you can't host them on the Forge, you can only link to them.
Bev
18 years ago
18 years ago
Can't she just upload them to photobucket or filestash or some free site and ink to them? If they are just diagrams, why would you need a java program?
psimagus
18 years ago
18 years ago
Yes, there are plenty of free sites out there (though I doubt many have LISP interpreters or user-accessible Java machines running, or allow such to be installed.) Java applets would allow for nice, Powerpoint-esque animation.
When M*******t bring theirs out, the only difference will be that it will only run on an MS server, for which privilege they will charge you a monthly fee, demand possession of all ensuing intellectual property rights, and probably still want the blood of your first-born.
When M*******t bring theirs out, the only difference will be that it will only run on an MS server, for which privilege they will charge you a monthly fee, demand possession of all ensuing intellectual property rights, and probably still want the blood of your first-born.
Bev
18 years ago
18 years ago
I think file stash lets you upload any sort of a file, you'd have tyo make your power point like presentation into a movie to put it on photobucket though. Personally, I have a javascript blocker and tend to avoid a lot of flash thingies too (though obviously I whitelist the PF). I usually choose to play movies if they look interesting.
» More new posts: Doghead's Cosmic Bar