doc97 / GOAPer

A project for a course at The University of Helsinki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A project for a course at The University of Helsinki

License:MIT License


Languages

Language:Java 100.0%