HandmadeHero/docs/Day 011.md

13 lines
307 B
Markdown
Raw Normal View History

2023-09-15 18:35:27 -07:00
# Day 11
Architecture discussion was great. Did some diagramming of it.
2023-09-16 15:41:07 -07:00
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.