mirror of
				https://github.com/Ed94/HandmadeHero.git
				synced 2025-10-31 06:50:54 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			307 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			307 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # 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.
 | |
| 
 |