From 4491a23d52533e580f4ce02e1ebfeb5223d1d3bf Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Tue, 30 Apr 2024 23:26:00 -0700 Subject: [PATCH] Add note about how to run demo/tutorial Closes https://github.com/limbonaut/limboai/issues/99 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 721874c..2e6dbdf 100644 --- a/README.md +++ b/README.md @@ -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