Skip to content

fdefelici/jgoap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JGOAP

It's a GOAP (Goal Oriented Action Planning) implemententation based on A* search algorithm written in Java. For in depth details on what is GOAP and how to it works, please refer to Jeff Orkin resources.

Build

The library is handled by maven. So in order to build from sources you can execute this command from the root of the project:

> mvn package

You will find the binary jar under the target folder.

Usage

Look a the unit tests implemented under src/test/java to understand how to use the api provided.

About

A Java implementation of GOAP for AI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages