homelinen / ld24-A-Game-Of-Towns

Cormack's Game of Life Style game for Ludum Dare 24
GNU General Public License v3.0
0 stars 0 forks source link

Workers Should Take Orders #3

Open homelinen opened 12 years ago

homelinen commented 12 years ago

Workers should be able to be given way points or do tasks such as putting out fires.

homelinen commented 12 years ago

Alpha beta pruning might be a good solution to the path finding.

homelinen commented 12 years ago

Could maintain a list of all the findable objects and sort them every few update loops. Sorting may be very slow.