Skip to content

Commit

Permalink
MSBV
Browse files Browse the repository at this point in the history
  • Loading branch information
victorb committed Aug 11, 2024
1 parent 45fbcb2 commit c20431e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion crates/bevy_dogoap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,10 @@ With this example, it should take about 2-3 frames until IsHungry is now set to
- [`miner.rs`](./examples/miner.rs) - Long plans - How to setup more complicated interactions
- [`sneaky.rs`](./examples/sneaky.rs) - Player Interactions - How to use `dogoap` for NPCs in a world with a player controlled entity
- [`villages.rs`](./examples/villages.rs) - Nested Planners - How you can nest planners to achieve something smarter
- [`lemonade_stand.rs`](./examples/lemonade_stand.rs) - Co-operating Planners - Shows how you can have two entities with two very different planners and "simulate" co-operation
- [`lemonade_stand.rs`](./examples/lemonade_stand.rs) - Co-operating Planners - Shows how you can have two entities with two very different planners and "simulate" co-operation

# Bevy Version Support

| bevy | bevy_dogoap |
| ---- | ----------- |
| 0.14 | 0.2.0 |

0 comments on commit c20431e

Please sign in to comment.