If you are interested in programming games using C++ and do not know where to begin, this is the article for you! Here I have provided a tutorial to teach the basics of game programming using the Allegro Library in C++. If you not already know, Allegro is a external library for C++ that allows functionalities to code games with graphics and user interface.
Before you begin:
- You must have some basic knowledge of C++
- You must have Allegro Game Programming Library installed and working with the C++ compiler of your choice. For information on this refer to: Install Allegro
This tutorial is a comprehensive powerpoint presentation. It comes with a demo game and its code.
In the tutorial:
- You will learn about the very basics of game programming.
- In the process of this interactive learning you will also write a very simple game to gain some hands-on experience.
- You will learn the syntax and the purpose of the common in-built functions provided by the Allegro Game Library.
You can download the tutorial here:
This tutorial was prepared by me for absolute beginners. If you have any doubts or find any errors do let me know. Any comments are appreciated!
Read more >>