... Finally the March Challenge ended. The placing list shows no great surprises except the good percentages of KillerBees favoured by a lot of VOID jrobots...
A while back we had talked about implementing JRobots for different tasks other than battle, ie. focusing more on modeling bot behavior after animals and...
Hi Sean! From: "Sean McBeth" Sent: Wednesday, April 02, 2003 4:48 PM Subject: [javajousters] Ideas for bot duos ... JROBOTS is a GPL project... simply read the...
The April 2003 Jrobots Challenge starts now! http://www.cfxweb.net/~jrobots Remember that you can upload your robots even in the course of the challenge, so...
I just uploaded a new version of IonStorm. All of the significant changes are related to team play. I've had some of these changes sitting around for awhile...
Saturday, April 19, 2003, 11:55:24 AM, Leonardo wrote: LB> Did you noticed the very low number of matches played in "team mode"? LB> Even the matches in the...
Friday, April 18, 2003, 3:59:31 PM, Alan wrote: AL> In recent tests against the current set of robots in the online arena AL> using random (non-weighted)...
You can read the "April 2003 JROBOTS Challenge Results" at the Contests page http://www.cfxweb.net/~jrobots/jjr_contests.shtml During this tournament IonStorm...
Wednesday, April 30, 2003, 11:26:01 AM, Leonardo wrote: LB> ... and I'm curious to see the IonStorm's exploit repeated on a LB> larger number of matches. A...
The May 2003 Jrobots Challenge starts now! http://www.cfxweb.net/~jrobots Remember that you can upload your robots even in the course of the challenge, so...
Just came across a similar concept. http://www.robotbattle.com/ Unfortunately, it isn't java-based, but use a custom scripting language instead. Also, you have...
nravi
nravi@...
May 12, 2003 4:05 pm
330
From: "nravi " Sent: Monday, May 12, 2003 6:05 PM Subject: [javajousters] Robot Battle ... Are you looking for something called RoboCode? ...
You can read the results of the "May 2003 JROBOTS Challenge" at http://jrobots.cfxweb.net At the end of the last tournament IonStorm got an incredible triple ...
The June 2003 JROBOTS Challenge starts now. Remember that you can send your robots even in the course of the challenge, so you're never too late. The latest...
... The results of the June 2003 JROBOTS Challenge are available at the "Contests Page" http://jrobots.cfxweb.net During this tournament we had a problem with...
The July 2003 JROBOTS Challenge starts now. Remember that you can send your robots even in the course of the challenge, so you're never too late. To read the...
An experimental version of the new JROBOTS leagues is available. Now there are a VETERANS' league and a CADETS' league. I hope that the change is not going to...
You have to set up some sort of data structure to share information among your bots... so if you see a target at a location you try to eliminate it if you...
Scott Palmer
scott.palmer@...
Jul 16, 2003 4:52 pm
338
this is done with static variables in you robot class. class __robot_ exetends JJRobot{ public static int rx[8]; public static int ry[8]; } or something like...
Thanks, that now works. My thought is that identification of friends should be based on some marker (friendly beacon) and not having to work out what location...
Oh, but it is realistic.. the bots can tell each other where they are as if they have some private communication link, but radar is radar and all blobs look...
Scott Palmer
scott.palmer@...
Jul 23, 2003 4:02 pm
341
Hi, I like the idea of having Cadets' league. It gives a chance for baby robots to compete. But I hope that we could allow direct upload to the Veterans'...
From: "a1rex2003" <a1rex@...> Sent: Wednesday, July 23, 2003 10:16 PM Subject: [javajousters] New CADETS' league ... The author of a jrobot is not the...
... You might want to consider this: Suppose that somebody has decided he wants to knock off IonStorm and spends lots of time putting together a suitable...
... Well, we have off line arena to test our creatures and I hope that a creator will have enough common sense to submit according to the strength of his/her...