Edit of asset "StrategyMachine" Accepted

Old/Current New/Edit
Title StrategyMachine 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+)
Category Scripts Scripts
License MIT MIT
Repository Provider GitHub GitHub
Repository Url https://github.com/SrColoma/Strategy-Machine https://github.com/SrColoma/Strategy-Machine
Issues Url https://github.com/SrColoma/Strategy-Machine/issues https://github.com/SrColoma/Strategy-Machine/issues
Godot version Godot 4.1 Godot 4.1
Version String 1.1.0 1.0.0
Download Commit b43585f38ba6624a511d91acbdd9eebb5b4d0a94 c59ac6016cb35fbb4fcefdf26f0a596599b87bf3
Download Url (Computed) https://github.com/SrColoma/Strategy-Machine/archive/b43585f38ba6624a511d91acbdd9eebb5b4d0a94.zip https://github.com/SrColoma/Strategy-Machine/archive/c59ac6016cb35fbb4fcefdf26f0a596599b87bf3.zip
Icon Url https://raw.githubusercontent.com/SrColoma/Strategy-Machine/main/icon.png
https://raw.githubusercontent.com/SrColoma/Strategy-Machine/main/icon.png
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/SrColoma/Strategy-Machine/main/captures/example.png
Thumbnail
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/SrColoma/Strategy-Machine/main/icon.png
Thumbnail