Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.33 KB

100-architecture.md

File metadata and controls

21 lines (14 loc) · 1.33 KB
Error in user YAML: (<unknown>): mapping values are not allowed in this context at line 1 column 36
---
title: From a Class to Game chapter: 100 - Architecture author: Frédéric Delorme description: Some details about global
architecture for the Game framework. created: 2021-08-01 tags: gamedev, architecture
---

Architecture

The game has now an internal architecture we need to draw to well understand the links between components.

Here is the core package internal architecture:

Core package internal architecture Core package internal architecture

An implementation

The following diagram expose our first Demo implementation. Not all aspect of our components and systems are exposed but most of these classes usage are described here.

A demonstration of a standard implementation A demonstration of a standard implementation