Edit of asset "StrategyMachine" Accepted
Old/Current | New/Edit | |
---|---|---|
Title | StrategyMachine | |
Description |
Implementation of a strategy machine for Godot Engine, similar to a state machine but less restrictive (godot 4.1+) Nodes: StrategyMachine StrategyController <- here the interactions Strategy <- here the concrete behavior The machine follows only one strategy, but other strategies can be turned on and off without relying on the machine knowing their state. The philosophy is that the controllers only know when to turn on, turn off, or switch strategies, and that the strategies only have concrete implementation of what they are going to do. |
Implementation of a strategy machine for Godot Engine, similar to a state machine but less restrictive (godot 4.1+) Nodes: StrategyMachine StrategyController <- here the interactions Strategy <- here the concrete behavior The machine follows only one strategy, but other strategies can be turned on and off without relying on the machine knowing their state. The philosophy is that the controllers only know when to turn on, turn off, or switch strategies, and that the strategies only have concrete implementation of what they are going to do. |
Category | Scripts | |
License | MIT | |
Repository Provider | GitHub | |
Repository Url | https://github.com/SrColoma/Strategy-Machine | |
Issues Url | https://github.com/SrColoma/Strategy-Machine/issues | |
Godot version | Godot 4.1 | |
Version String | 1.1.0 | |
Download Commit | b43585f38ba6624a511d91acbdd9eebb5b4d0a94 | cffc2854de868ab155bacf45287bd45a1d19faa2 |
Download Url (Computed) | https://github.com/SrColoma/Strategy-Machine/archive/b43585f38ba6624a511d91acbdd9eebb5b4d0a94.zip | https://github.com/SrColoma/Strategy-Machine/archive/cffc2854de868ab155bacf45287bd45a1d19faa2.zip |
Icon Url |
https://raw.githubusercontent.com/SrColoma/Strategy-Machine/main/icon.png
|