HandmadeHero/docs/Day 011.md
2023-09-16 19:15:14 -04:00

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.