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 2,733 - 2,744 of 4,091
Posts 2,733 - 2,744 of 4,091
View Contest Winners in the Hall of Fame.
Eugene Meltzner
19 years ago
19 years ago
Oh, sorry. Bad coding. I meant to say:
Gosub www.chatterboxchallenge.com
Enter your bot into the contest.
Return
Gosub www.chatterboxchallenge.com
Enter your bot into the contest.
Return
psimagus
19 years ago
19 years ago
isn't that going to form a closed loop with every botmaster reapplying until the site crashes under the traffic?
goto www.chatterboxchallenge.com
enter your bot in the contest
goto Personality Forge
rem: go back to training bot
input "define training iterations"; x
for a=1to(x)
train bot
a=a+1
if a=x then end
next a
might be better?
goto www.chatterboxchallenge.com
enter your bot in the contest
goto Personality Forge
rem: go back to training bot
input "define training iterations"; x
for a=1to(x)
train bot
a=a+1
if a=x then end
next a
might be better?
Eugene Meltzner
19 years ago
19 years ago
No, it's not a loop. A return statement means jump back to the subroutine you came from, and continue on the next line after the gosub statement.
psimagus
19 years ago
19 years ago
isn't the next line after the gosub "Enter your bot into the contest."? And then "Return"?
» More new posts: Doghead's Cosmic Bar