Well, it’s time to give the first news.
For this game jam, I challenged myself by using the entity-component-system architecture for my game. I never used it before but I thought it was the opportunity to try it. I already had a small idea of how to do it so I was not doing it from scratch.
I just finished it, the skeleton of the game engine is done (tbh there’s still details to polish).
The most hard part was re-implementing my physic “engine” with a ECS approach. I prefer to use my own solution than Box2D because it only have what I need (no need for friction, liquids, bouncing or whatsoever).
0 comments