Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1006 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 1006 Bytes

Game AI Steering Behaviors

Info

This repository was created in order to demonstrate three common steering behaviors:

  1. Seek
  2. Arrive
  3. Wall Avoidance Seek

Code and Build

The scenarios are contained within ./src/main/java/carsteering/test/*
The project was built using java 14

There are currently no build / run scripts configured, so you will be responsible for setting up and building this project within your environment. If you have any difficulties with this, please feel free to reach out, and I would be happy to help.

Demonstration

Click Here for Video Demonstration

Screenshots

Wall avoidance: veering away to avoid wall

image


Wall avoidance: locked on target

image


Arrive scenario: slowing down

image