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...
... Have you looked at the "watch" utility available from http://www.yahoogroups.com/groups/javajousters/files ? Its output includes this summary (with extra...
From: "Alan Lund" <alanlund@...> Sent: Friday, July 25, 2003 5:08 PM Subject: Re: [javajousters] New CADETS' league ... I don't think this is a real...
The results of the "July 2003 JROBOTS Challenge" are available at the Challanges Page http://www.cfxweb.net/~jrobots/jjr_contests.shtml The comments will...
The results of the "July 2003 JROBOTS Challenge" are available at the Challanges Page http://jrobots.cfxweb.net A long waited feature of JROBOTS is now...
... arena, ... players!!! ;> ) ... Hi Guys, I'm new at jRobots - and I've got the same WinXP problem (system locks up every few seconds) when using the command...
The final solution to this problem was to use the offline version in the Internet Explorer browser, and not use an applet viewer. However, you can make a batch...
The August 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...
From: "Kevin Burfitt" Sent: Friday, August 01, 2003 4:06 PM Subject: [javajousters] Re: Stand alone arena problems ... I still use Win98 (I'm not joking) so I...
... A java-expert friend of mine gave me a solution that works - Instead of starting the arena using "Java JJArena" I use the appletviewer from the Java SDK to...
From: "Kevin 'Zaph' Burfitt" Sent: Sunday, August 03, 2003 1:56 AM Subject: RE: [javajousters] Re: Stand alone arena problems ... Strange, it works for me....
Hello i'm new to the jRobots, and i'm having a big problem! Who can i distinguish apart enemys and friends? My robot only is good playing against one opponent,...
Your robots need to talk to each other so they can report where they are. Then you have to be careful to not fire where a friend is. Use static data in your...
Scott Palmer
scott.palmer@...
Aug 10, 2003 7:50 pm
359
... Look at very good tutorial prepared by Leo: //___________________________________________ private static int locX[] = new int[8]; private static int locY[]...
... You may want to consider using the new API method getFriendsCount() to find out how many robots are on your team. It's much easier. The code above only...
Hi there. In the download section, i only can find .class files and not .java source code. I want to know how those top winners can create such superb tanks. ...