LbTdW / robocodeRobots

Repo for developing own Robot KIs for Robocode
0 stars 0 forks source link

Implement a "to point movement" functionality #3

Open wandought opened 3 years ago

wandought commented 3 years ago

In order to learn and get to now robocode better, we should try to implement a function which moves the bot to a given point on the carthesic coordinate system.

LbTdW commented 3 years ago

I thought about implementing three different approaches, using manhattan, direct and circular functions