#gamedev progress:
- refactored entire "Person" struct into individual structs for "Guest" and "Employee".
- Separated logic and data.
- AI actions are now individual structs that implement an Action trait
- Started working on a Mood & Thoughts system.
Personal Blog about anything - mostly programming, cooking and random thoughts
#gamedev progress: