Search the web
Sign In
New User? Sign Up
javajousters · Java Algorithms Challenges Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 332 - 361 of 838   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
332
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...
Leonardo Boselli
javajousters
Offline Send Email
Jun 4, 2003
9:33 am
333
... 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...
Leonardo Boselli
javajousters
Offline Send Email
Jun 28, 2003
4:02 pm
334
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...
Leonardo Boselli
javajousters
Offline Send Email
Jul 5, 2003
4:20 pm
335
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...
Leonardo Boselli
javajousters
Offline Send Email
Jul 16, 2003
2:13 pm
336
How do I find out if a targetted robot is friend or foe. Cheers Matt...
matt_simmerson
Offline Send Email
Jul 16, 2003
4:11 pm
337
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@...
Send Email
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...
Sean McBeth
capn_midnight2k
Offline Send Email
Jul 18, 2003
2:32 pm
339
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...
matt_simmerson
Offline Send Email
Jul 23, 2003
3:46 pm
340
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@...
Send Email
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'...
a1rex2003
Offline Send Email
Jul 23, 2003
8:16 pm
342
From: "a1rex2003" <a1rex@...> Sent: Wednesday, July 23, 2003 10:16 PM Subject: [javajousters] New CADETS' league ... The author of a jrobot is not the...
Leonardo Boselli
javajousters
Offline Send Email
Jul 25, 2003
1:54 pm
343
... 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...
Alan Lund
zeke3099
Offline Send Email
Jul 25, 2003
3:09 pm
344
... 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...
a1rex2003
Offline Send Email
Jul 25, 2003
5:12 pm
345
... Have you looked at the "watch" utility available from http://www.yahoogroups.com/groups/javajousters/files ? Its output includes this summary (with extra...
Alan Lund
zeke3099
Offline Send Email
Jul 25, 2003
6:31 pm
346
From: "a1rex2003" <a1rex@...> Sent: Friday, July 25, 2003 7:12 PM Subject: [javajousters] Re: New CADETS' league ... In the past some people sent:...
Leonardo Boselli
javajousters
Offline Send Email
Jul 26, 2003
6:41 pm
347
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...
Leonardo Boselli
javajousters
Offline Send Email
Jul 26, 2003
6:41 pm
348
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...
Leonardo Boselli
javajousters
Offline Send Email
Jul 26, 2003
6:42 pm
349
... the current tournament...[] ... Yes, that true. ... Searching the web, I encountered an ELO rating system for ... robots. Looks convincing: ...
a1rex2003
Offline Send Email
Jul 27, 2003
10:20 pm
350
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...
Leonardo Boselli
javajousters
Offline Send Email
Jul 28, 2003
2:46 pm
351
... 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...
Kevin Burfitt
zaph_torps
Offline Send Email
Aug 1, 2003
2:06 pm
352
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...
Sean McBeth
capn_midnight2k
Offline Send Email
Aug 1, 2003
6:15 pm
353
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...
Leonardo Boselli
javajousters
Offline Send Email
Aug 2, 2003
1:22 pm
354
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...
Leonardo Boselli
javajousters
Offline Send Email
Aug 2, 2003
4:38 pm
355
... 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...
Kevin 'Zaph' Burfitt
zaph_torps
Offline Send Email
Aug 3, 2003
12:00 am
356
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....
Leonardo Boselli
javajousters
Offline Send Email
Aug 4, 2003
11:53 am
357
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,...
kortana7141
Offline Send Email
Aug 10, 2003
7:05 pm
358
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@...
Send Email
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[]...
a1rex2003
Offline Send Email
Aug 11, 2003
12:51 am
360
... 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...
Alan Lund
zeke3099
Offline Send Email
Aug 11, 2003
1:59 pm
361
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. ...
chuawenching
Offline Send Email
Aug 16, 2003
3:14 am
Messages 332 - 361 of 838   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help