Re: Prevent friendly robots in a team to shoot themselves when on line of sight
fnl <[email protected]> Thu, 14 May 2020 13:51:54 -0700 (PDT)
| Newsgroups | gmane.comp.java.robocode |
|---|---|
| Message-ID | <[email protected]> |
If you have a look at the API for TeamRobot, you'll see that the main difference is about communication with team mates: https://robocode.sourceforge.io/docs/robocode/robocode/TeamRobot.html For example, you can broadcast messages, and also check if a bot with a specific name is a teammate. So you should let your robot communicate with each other to and figure out how the coordinate attacks etc. ;-) -- You received this message because you are subscribed to the Google Groups "robocode" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/robocode/7baefe07-d1cf-4164-9d8f-404406c4a767%40googlegroups.com.