kodeblokken / game_core

1 stars 1 forks source link

Project layout #5

Open sonhal opened 6 years ago

sonhal commented 6 years ago

We should work on finalizing the layout of the project. My proposal is to use this kind of layout: UML

The Core component contains all the engine and universal necessary code. The Client and Server components uses the core components classes and functions to create their specific implementations.

We use git sub modules to decouple the different components into their respective git repos, while maintaining easy access between the code bases.

sonhal commented 6 years ago

A comment on this