A project for a course at The University of Helsinki
- Clone the repository
~$ git clone https://github.com/doc97/GOAPer.git
- Run with Gradle
~$ cd GOAPer
~/GOAPer$ ./gradlew run
Note: If you are on Windows, use gradlew.bat
instead.
- 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.
The wiki contains all documentation.
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.