Cabal-Syndicate / randora_framework

Framework for the Randora Game Engine
Other
3 stars 1 forks source link

Draw Relational Diagrams #17

Open Master-Foo opened 9 years ago

Master-Foo commented 9 years ago

This isn't something you HAVE to do. Nor is this something you can commit. This is just an exercise to get you familiar with the structure of the Framework.

Take out a piece of paper and start drawing a diagram that shows how all objects are related to each other.

Almost everything is going to inherit from another base object. The most primitive object is RNDObject and EVERYTHING inherits from RNDObject.

The engine itself is one large algorithm that works automagically if the right objects inherit from the correct base objects...

I'll explain more later, but for that to make sense, you kind of need to know the structure of the engine first.