fromClassToGame

A journey from a simple class to a game with the Java language https://mcgivrer.github.io/fromClassToGame/ , and open Hub https://www.openhub.net/p/fromClassToGame.

View the Project on GitHub mcgivrer/fromClassToGame

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