Simple Real-Time Strategy Game

From C4 Engine Wiki

Jump to: navigation, search
Image:warning.jpg Obsolete Article

Some or all of the information on this page is obsolete and needs to be updated.

Last Verified Build: 148

This is a tutorial on implementing a few of the basic concepts of a Real-Time Strategy (RTS) game using the C4 Engine. In fact, the first few lessons can apply to the beginning stages of any type of 3D graphic application in C4, not just an RTS game. This tutorial expects that you have some knowledge of concepts that are available on the C4 Engine Wiki, fundamental C++ concepts, and some familiarity with Visual C++ 2008. (Several parts of these code snippets build upon the existing SimpleBall demo game).

Here is a quick look at what this tutorial covers:

Personal tools