TBAI (Artificial Intelligence)

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules >

TBAI (Artificial Intelligence)

 

Description

 

thinBasic artificial intelligence module, called shortly TBAI.

So what is this module all about? At the moment it is a way point and path finding module. You can define a grid of nodes, connect them and then let TBAI find the shortest path from a start node to the end node. This path is assembled by way points. Or you can define paths by hand. It is all up to you how you want to use it..

 

How to use this module

 

Inside your script, before calling any module specific keyword, add the following:

 

USES "TBAI"

 

More info

 

A dedicated TBAI help file is located into \thinBasic\Help\ directory.

TBAI Help file

 

Credits

 

 

A big thanks and credit goes to Michael Hartlef, author of TBAI module.