/GOAPer

A project for a course at The University of Helsinki

Primary LanguageJavaMIT LicenseMIT

GOAPer

Travis CI CodeCov

A project for a course at The University of Helsinki

Getting Started

  1. Clone the repository
~$ git clone https://github.com/doc97/GOAPer.git
  1. Run with Gradle
~$ cd GOAPer
~/GOAPer$ ./gradlew run

Note: If you are on Windows, use gradlew.bat instead.

  1. Execute a sample scenario
load res/scenario1.json
plan
show plan

You can exit the console with

exit

or try out some other scenarios. They can be found in the res/ folder.

Check out the documentation for other console commands.

Documentation

The wiki contains all documentation.

Problems?

Please create a Github issue and describe the problem. If it's a bug, please try to document the reproduction steps and supply a short description of the bug.