-
Notifications
You must be signed in to change notification settings - Fork 1
Basic Client
Jacob Schäfer edited this page Apr 18, 2021
·
1 revision
The Basic Client is used to benchmark other solutions. It computes the possible moves and takes change_nothing
if possible. If the front is blocked, it tries turn_left
or turn_right
. It never uses speed_up
or slow_down
. The move is send immediately back to the server.