View source for Talk:IWillFireNoBullet

From Robowiki
Jump to navigation Jump to search

Contents

Thread titleRepliesLast modified
catching skipped turn exception000:21, 26 September 2015
Exact path prediction322:54, 20 August 2015

catching skipped turn exception

Does any one knows how to catch "skipped turn exception"? It contaminates my console output overwriting useful things. Despite couple years of robocoding, I am yet to learn java.

Beaming (talk)00:21, 26 September 2015

Exact path prediction

Hi,

Does anyone knows if it possible to get direct access to robocode code in charge of moving ahead. I.e. the one which implement setAhead(dist). It is sort of unproductive to re-implement it or copy (which would force certain licenses) it from robocode sources.

I did my one version, but it seems to be incorrect around velocity direction flips.

Beaming (talk)05:00, 20 August 2015

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Users.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page.

Return to Thread:Talk:IWillFireNoBullet/Exact path prediction/reply.

Yep. This is what I meant. Robocode's getNewVelocity is implemented very close to it, and even acknowledges you. But it is unaccessible from the robot. So everyone had to re-implement it.

I wish one have a way to call getNewVelocity directly.

Beaming (talk)22:54, 20 August 2015
 

Oh, and if you mean Robocode source code, I think you would look at RobotPeer.updateMovement: [1]

Sorry, you mentioned not wanting to look at "Robocode sources", which confused me. But maybe you just meant other bots.

Voidious (talk)15:48, 20 August 2015