... 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. ...
From: "chuawenching" Sent: Saturday, August 16, 2003 5:14 AM Subject: [javajousters] Can't find robot source codes? ... The only "advanced" jrobots with source...
they aren't likely to send you the code, however. JRobots is a competition, competitors aren't keen on sharing their deepest, darkest secrets. Instead, you...
Hmm.. but it sounds technical... how do i identify what pattern they used? Maybe they implement some machine learning or some advanced AI... hmm... anyway i...
From: "chuawenching" Sent: Wednesday, August 20, 2003 2:37 PM Subject: Re: Can't find robot source codes? ... Whith a clever use of your brain ;-> ... Do you...
... The point of the competition is to come up with you own solution to this problem. ... You can view matches online or download the arena applet and robots...
Scott Palmer
scott.palmer@...
Aug 20, 2003 1:39 pm
367
... I have spent more hours than I care to admit working on advanced pattern recognition stuff, most of which I have discarded. There may well be a way to do...
... Sorry, perhaps I should have mentioned this as well. Sometimes the patterns (repetitious behavior) you should be looking for are of a different kind than...
About 25 hous ago I uploded a simple bot called Starkle into the Cadets competition. Since then it's played 2 single, 4 double, and 3 team matches. Is this...
... Thanks. Somehow I'd assumed it ran on a central server. Starkle has a few more games now, and it's looking pretty good. I don't understand how, though;...
Hiya, I am an author of DOOM; newbie here. Here are some things I'd like to share after spending 4 weeks thinking about highly addictive JRobots... 1)...
... I think, with a little clever use of static variables, this could currently be done. I haven't checked this, but this is my initial thoughts on the...
... The results of the "August 2003 JROBOTS Challenge" are available at the Challanges Page http://www.cfxweb.net/~jrobots/jjr_contests.shtml Finally we have...
From: "assassa" <ockhamrazor@...> Sent: Saturday, August 30, 2003 10:57 AM Subject: [javajousters] food for thought ... My compliments for DOOM: It was...
... in ... dies, ... <snip> Sure there is a way to find out if bot is dead by its teammates. Robots aren't 'dead' they are 'disabled' (means alive bot may...
... after lines in JJRobots.java (line nr 335 in my sources): lcx[ct] = JJRobot.rand(BF_SZ); lcy[ct] = JJRobot.rand(BF_SZ); //add this: if (mode<8) { lcx[ct] =...
... -Sure there is a way to find out if bot is dead by its teammates. -Robots aren't 'dead' they are 'disabled' (means alive bot may access -all dead friends...
... could ... initial ... variable. ... to ... access ... an ... all ... like ... in ... lobbing ... focused ... problem ... Current JJRobots api lets you do...