PutkaRTS
PutkaRTS copied to clipboard
Task: Path finding & tile collisions
First make objects move directly to a given location. There isn't any GUI control system yet, so make the locations random.
Next, implement path finding. Remember to check tile types so that a land object doesn't move through water.