Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

IA suport?

A topic by default level created 85 days ago Views: 34 Replies: 1
Viewing posts 1 to 2

with this pluggin is it possible to do AI in an easy way?

to make a circuit and compete fairly with the player

Developer(+1)

AI is outside the scope of this project. This is something that would change too much depending on what features you use and what type of game you are making. You can make your own AI by setting the vehicle steering manually, check the kv-inputHandler.gd script, it serves as an example for input handling and how an AI agent could interact with the vehicle. I do plan on adding configurable automatic gear shifting.