darozak / Advolition

1 stars 0 forks source link

Allow robots to submit multiple commands at once #37

Closed darozak closed 6 months ago

darozak commented 6 months ago

Permit robots to submit multiple commands at once provided they are will to wait until all are complete before re-evaluating the situation.

darozak commented 6 months ago

It works better if the robot uses a buffer to store and automatically send sequential actions to the game engine. This update demonstrates how the robot can do that (https://github.com/darozak/Advolition/commit/dfb514e85e8fb0ec24a3e6fc70f66f2068bdd779).