Turtle wrapper #13

Open
opened 2024-08-05 12:57:57 +00:00 by niklas · 1 comment
Owner

Right now you can just the turtle functions directly. It needs a more declarative approach.
It should allow you to handle error like out of fuel or inventory full errors better.
Right now if you don't check the return of every turtle function call you just ignore the error.

The idea is that it need a wrapper to task the turtle for specific things like moving to a spot or to refuel and empty inventory automatically.

Right now you can just the turtle functions directly. It needs a more declarative approach. It should allow you to handle error like out of fuel or inventory full errors better. Right now if you don't check the return of every turtle function call you just ignore the error. The idea is that it need a wrapper to task the turtle for specific things like moving to a spot or to refuel and empty inventory automatically.
niklas added the
TODO
label 2024-08-05 12:57:57 +00:00
Author
Owner
ref 8546659ae0674ef6b50645f7f5cc03b8272423f9
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: niklas/cc-haxe#13
No description provided.