Skip to content

This repository was created in order to demonstrate three common steering behaviors for car AI in games.

Notifications You must be signed in to change notification settings

gregbarasch/car-steering-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This repository was created in order to demonstrate three common steering behaviors for car AI in games.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages