- NIM port of General Purpose Goal Oriented Action Planning: https://github.com/stolk/GPGOAP
- More about Goal-Oriented Action Planning (GOAP): http://alumni.media.mit.edu/~jorkin/goap.html
- A recent version of Nim
- We use version 1.20 of https://nim-lang.org/
- Follow the Nim installation instructions or use choosenim to manage your Nim versions
We use Nimble to manage dependencies and run tests.
To build and install GOAP in your home folder, just execute:
nimble installAfter a succesful installation, running game will start the test game.
To execute all tests:
nimble testLicensed under the following:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)