This is a simple pathfinding demo that involves two objects:

- Humans, who try to move to a target.

- Chairs, who try to disrupt the humans' path.

There are two settings for the chairs' strategies; one is to find the closest human (FindClosest) and move toward them, and the other is to assign each chair to a human in round-robin fashion. These can be configured in the pause menu (ESC key).

CONTROLS

- WASD to move

- Mouse to pan

Leave a comment

Log in with itch.io to leave a comment.