J
J
jtag2016-04-14 18:37:05
C++ / C#
jtag, 2016-04-14 18:37:05

Where can I see the class hierarchy for a simple C++ arcade game?

Where can I see the class hierarchy for a simple C++ arcade game? (class "level manager", class "game manager", etc.)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ivan Bogachev, 2016-04-14
@sfi0zy

There is a rather entertaining (as for a beginner) book SDL Game Development , it describes in sufficient detail the construction of a simple game, but with all the "goodies" - there are menus, and levels, and a hierarchy of game objects, etc. Even though it's not related to SFML - it can be very useful.

A
AxisPod, 2016-04-15
@AxisPod

Some wrong approach. If at this stage it is difficult to come up with a hierarchy, what will happen next?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question