-
-
Notifications
You must be signed in to change notification settings - Fork 102
Waypoint Navigation
Simon (darkside) Jackson edited this page Aug 21, 2020
·
7 revisions
Area | Submitted | Type |
---|---|---|
Games: Artificial Intelligence | 9/30/2008 | Code Sample |
This sample demonstrates basic artificial intelligence navigation in 2D, using waypoints
When programming the AI for your game, you often want your actors to follow a path that you supply. For example, you may want units in your real-time strategy game to follow orders, or perhaps you want to make a mouse navigate a maze.
This sample uses a tank to demonstrate two examples of this waypoint-following behavior. In this sample, you can move the cursor around and add waypoints toward which the tank will move in the order that you add them.
All content and source code downloaded from this page are bound to the Microsoft Permissive License (Ms-PL).
Download | Size | Description |
---|---|---|
WaypointSample_4_0 | 0.05MB | Source code and assets for the Waypoint Sample (XNA Game Studio 4.0). |
WaypointSample_4_0.zip | 0.05MB | Source code and assets for the Waypoint Sample (XNA Game Studio 4.0). |