This section is dedicated to game programming. Its main goal is to help beginers learn the basics and be able to quickly create fun games using powerfull libraries. In order to keep things simple,
all tutorials are based on a free development program: DevC++ provided by Bloodshed software. The first tutorial will explain how to install it, how to get the SDL Devpacks for DevC++ and how to
start your first SDL project.
The section of tutorials below sums up the basics of computer gaming. It is illustrated by tutorials on the SDL (Simple Directmedia Layer) library. The tutorials aren't all ready yet but the first ones teach the first steps in game development: starting SDL, loading bitmap images and drawing them on screen, moving things around by taking keyboard inputs into account....
No comments:
Post a Comment