Sept 19 2024
Learned about coroutines in lua (plan to use them to make wait() functions for timers, specific game events, keypresses etc.) Still working on linking lua nodes + goal-oriented action planning Here is an example of GOAP in use I found. (https://www.reddit.com/r/godot/comments/xgrk0g/goap_goaloriented_action_planning_is_absolutely/) It’s pretty interesting and can give some insights. Here is another https://www.reddit.com/r/bevy/comments/1eqdyn0/my_very_first_rust_crate_goap_goaloriented_action/
Created Sep 19, 2024 - Last updated: Sep 19, 2024
Seeding 🌱
- Learned about coroutines in lua (plan to use them to make wait() functions for timers, specific game events, keypresses etc.)
- Still working on linking lua nodes + goal-oriented action planning
- Here is an example of GOAP in use I found. (https://www.reddit.com/r/godot/comments/xgrk0g/goap_goaloriented_action_planning_is_absolutely/) It’s pretty interesting and can give some insights.
- Here is another https://www.reddit.com/r/bevy/comments/1eqdyn0/my_very_first_rust_crate_goap_goaloriented_action/