Cpp:Building A Simple Tile Engine

From GPWiki

Files:GUITutorial_warn.gif The Game Programming Wiki has moved! Files:GUITutorial_warn.gif

The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server.

However, the GPWiki forums are still active! Come say hello.

Overview

In this tutorial series we are going to build a simple tile engine in C++ using SDL.

Requirement

To keep the tutorial focused on its subject, it is assumed that you have knowledge of the following technologies: C++, SDL and XML. The game engine we use in this tutorial is taken from this article: Simple Engine Framework Using SDL.

Before we get started you need to do the following things:

  • Download the base files [here].

Table of content