PC Games
• Orb Tutorials
• 2D shoot 'em up Latest Updates
SDL2 Versus game tutorial
Download keys for SDL2 tutorials on itch.io
The Legend of Edgar 1.37
SDL2 Santa game tutorial 🎅
SDL2 Shooter 3 tutorial
Tags • android (3) • battle-for-the-solar-system (10) • blob-wars (10) • brexit (1) • code (6) • edgar (9) • games (43) • lasagne-monsters (1) • making-of (5) • match3 (1) • numberblocksonline (1) • orb (2) • site (1) • tanx (4) • three-guys (3) • three-guys-apocalypse (3) • tutorials (17) • water-closet (4) Books The Honour of the Knights (Second Edition) (Battle for the Solar System, #1) When starfighter pilot Simon Dodds is enrolled in a top secret military project, he and his wingmates begin to suspect that there is a lot more to the theft of a legendary battleship and the Mitikas Empire's civil war than the Helios Confederation is willing to let on. Somewhere out there the Pandoran army is gathering, preparing to bring ruin to all the galaxy... |
SDL1 Game Tutorials Note: These tutorials are for SDL1 and as a result are pretty out of date. It is strongly recommended that you use the SDL2 tutorials found here. Overview The aim of these tutorials is to show budding programmers how they can turn their creative desires into fully fledged games. The tutorials found here will cover a variety of topics and run through basics, intermediate, advanced, and theory based topics. If you have suggestions for other topics, please leave them in the form below. Basic Series The basic series of tutorials will start with a simple introduction to SDL and show you some of the most important features of the API, such as opening windows, loading and displaying images, playing sound effects, and handling input. It will conclude by showing you how to put together a simple game.
1.01 - Opening a window Intermediate Series This series will demonstrate how to create a basic platform game, along with a map editor. It will show how to load data files, perform simple tasks like completing in objective before one can exit the level and introduce some basic enemies.
2.01 - Displaying a tile based map |