WaywardGame / tars

TARS is a bot that will play Wayward by itself, doing tasks such as gathering resources, setting up a camp, hunting, getting food/water, and more!
MIT License
9 stars 0 forks source link

[Improvement] Limit area of action for bot to perform specific tasks #11

Open Muchaszewski opened 1 year ago

Muchaszewski commented 1 year ago

Description Currently, TARS performs tasks such as harvesting, planting, gardening, and building without any area limitations. This can lead to disorganized and potentially inefficient gameplay.

Solution I propose adding the ability to designate specific areas for TARS to perform certain actions. For example, users could instruct TARS to "Plant tomatoes in Area X" or "Plant Pine in Area Y." This would allow for more organized and efficient gameplay as TARS would only perform the specified actions within the designated areas.

Alternative An alternative solution could be adding an option for TARS to automatically organize its actions based on predefined area layouts.