Object-oriented Programming - need your help

Posted by wanderameise on Stack Overflow See other posts from Stack Overflow or by wanderameise
Published on 2010-06-12T18:16:59Z Indexed on 2010/06/12 18:23 UTC
Read the original article Hit count: 191

Filed under:
|
|

hey folks,

I try to realize a little game project to dive deeper into OO programming (winforms c++/cli). I already started coding but now I´d like to make a re-design. For the beginning the game should consist of four parts like game-engine, user interface, highscore and playground. Heres a little (non-UML-conform) class diagramm to visualize my purposes http://i.imgur.com/lmpwj.png

Would this be the right way? In my eyes the game engine is responsible to control the game sequences (state machine?) and exchanges information betweens all other classes.

I appreciate any help!

© Stack Overflow or respective owner

Related posts about c++

Related posts about cli