Add note about how to run demo/tutorial

Closes https://github.com/limbonaut/limboai/issues/99
This commit is contained in:
Nate Moore 2024-04-30 23:26:00 -07:00 committed by GitHub
parent 0e843d3193
commit 4491a23d52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ Behavior Trees are powerful hierarchical structures used to model and control th
[![Demonstration](https://img.youtube.com/vi/NWaMArUg7mY/0.jpg)](https://www.youtube.com/watch?v=NWaMArUg7mY)
>**🛈 Demo project** lives in the `demo` folder and is available separately in [**Releases**](https://github.com/limbonaut/limboai/releases).
> Run `demo/scenes/game.tscn` to get started.
> It also contains a tutorial that introduces behavior trees using examples.
## Features