issues
search
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
Create a Simple Rule-Based System for basic logic
#54
Open
erematorg
opened
5 months ago
erematorg
commented
5 months ago
Use if-then rules to drive basic decision-making logic.
[ ] Develop a set of rules to govern AI behavior (e.g., "if hungry, then search for food").
[ ] Integrate these rules into the AIBehavior class to guide entity actions.
Use if-then rules to drive basic decision-making logic.