blupi-games / planetblupi

Planet Blupi source code
https://www.blupi.org
Other
88 stars 22 forks source link

Added new meta-operation, so Blupi grows tomatoes more efficiently #99

Open jummy0 opened 3 years ago

jummy0 commented 3 years ago

Previously, when planting tomatoes, Blupi searched for ground from his fix point (the garden shed). With large tomato fields, this caused Blupi to run very far for every new tomato, wasting energy.

I have added a new meta-operation GOAL_OTHERMIDDLE, which searches between Blupi and his fix point. Using this new meta-operation in table_goal_cultive and table_goal_cultive2 allows Blupi to plant about 25% more tomatoes before eating.

This new meta-operation may be useful elsewhere too.

Skywalker13 commented 3 years ago

It changes the timing and reduce a bit the difficulty. And it can break demos (records) by the way.