erematorg / LP

A systemic 2D platformer in a dynamic living ecosystem.
https://www.lifesprogress.com
GNU Affero General Public License v3.0
8 stars 8 forks source link

Implemented Basic FSM #67

Closed M1thieu closed 4 months ago

M1thieu commented 4 months ago

Implemented FSM with states (Idle, Searching, Attacking, Fleeing, Hiding). Integrated and optimized with blackboard for data sharing. Created FSM test scene for demonstration. Reduced output message frequency for better performance. Should closes Issue #62.