Link:Bob Nystrom - Is There More to Game Architecture than ECS?
Link: https://www.youtube.com/watch?v=JxI3Eu5DPwEGreat talk about architectures for #gamedev. He also wrote a book about game programming patterns
Personal Blog about anything - mostly programming, cooking and random thoughts
Great talk about architectures for #gamedev. He also wrote a book about game programming patterns
#gamedev progress:
#gamedev progress:
#gamedev progress:
#gamedev progress on unnamed hotel game:
#gamedev progress:
Guide on how to build a simple ECS in #rust.
#gamedev progress:
Slow progress in the last couple of sessions. I've started to implement employees. Employees work at rooms/stations whenever a guest wants to interact with them (e.g. booking a room). I'm not yet 100% happy with the implementation (blaming my #rust skills).
Additionally implemented a hunger+restaurant prototype.
#gamedev progress:
#gamedev progress:
Wrote function to find all tiles which are reachable from another one. Rooms have now a property to define how they connect to their neighbors.