mirror of
https://github.com/Ed94/HandmadeHero.git
synced 2024-11-10 03:44:53 -08:00
307 B
307 B
Day 11
Architecture discussion was great. Did some diagramming of it.
I'm going to use a 3 layer approach to the architecture:
- Platform
- Engine
- Game (Handmade)
It will be style 2 so they each will provide a service to the layer below it and platform will provide an API to both engine and game.