2016-05-12 12:50:10 -04:00
|
|
|
api_version = 1
|
2016-12-01 17:10:56 -05:00
|
|
|
|
2013-02-23 02:33:33 -05:00
|
|
|
-- Testbot, with turn penalty
|
|
|
|
-- Used for testing turn penalties
|
|
|
|
|
|
|
|
require 'testbot'
|
|
|
|
|
2016-05-12 12:50:10 -04:00
|
|
|
function turn_function (turn)
|
|
|
|
turn.duration = 20 * math.abs(turn.angle) / 180
|
2013-02-23 02:33:33 -05:00
|
|
|
end
|