Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Creating Games From Scratch Using SDL 2.0
Rating: 3.4 out of 5(47 ratings)
904 students

Creating Games From Scratch Using SDL 2.0

Create your own games from beginning to end on popular, crossplatform, SDL 2.0
Created byW S
Last updated 8/2024
English
English [Auto],

What you'll learn

  • Program your own 2d games using SDL 2.0
  • Understand the discrete nature of games and the "game loop"
  • Play sfx & music in your game
  • Do body body collision detection and resolution

Course content

6 sections24 lectures1h 27m total length
  • Who uses SDL anyway?3:21
  • Indie Development1:34

    Learn how indie developers monetize and market games, not just master technical features. Real-world notes from marshal of the elite squadron show how gameplay engagement drives downloads and credit.

Requirements

  • To be able to follow this course, you will need an intermediate skill level with coding in C++
  • You will need an IDE in your chosen development environment (On Windows, usually Visual Studio, Mac=Xcode)
  • You will need to download SDL 2.0 from http://libsdl.org (free & open source)

Description

Have you ever wanted to program your own game in C++ from scratch? Do you want to enjoy easy & free multiplatform deployment (Windows, Mac, Linux iOS and Android?). In this course, we will have a basic introduction to programming games in C++ using the SDL 2.0 library. We will use SDL 2.0 to:

  • Get a window on the screen
  • Draw line and rectangle primitives
  • Draw sprites on the screen
  • Use object-oriented principles to manage Sprites and game character data
  • Load and play sounds & music from disk
  • Do collision detection using Rectangles
  • Manage game state & game state transitions using finite state machines

Overview & Motivation

Why use SDL 2.0? Many people opt to go with complete game engines, such as Unity or Unreal Engine 4, to create their games. Unity and Unreal have licensing costs associated with them. Are you prepared to take on that extra cost? What if you can avoid spending that money on the engine and spend it on licensing assets and other resources instead?

What about using a free and open source sound, graphics and input API to deploy your game to all devices? And the freedom to program in pure C or C++?

LibSDL lets you do all that. Simple C commands will enable you to load sounds & music, load & display hardware accelerated graphics easily. The simple framework I provide in the code examples here will make it easy for you to get started creating your own games from scratch.

Programming from C++ directly (instead of using an engine) will give you much more control over how things get done inside your game. If you like raw programming and always wanted to see how games like Super Mario Brothers, Dragon Warrior, and other classic NES games would get assembled, try this course!

Many professional & indie games use libsdl already, including:

Robin hood - the Legend of Sherwood, Left 4 Dead 2, Steel Storm, Edna & Harvey, Proteus, Psychonauts, Amnesia, FastForward, Syberia, AwesomeNauts and more.

Who this course is for:

  • This course is not about creating robust game engines!
  • We will see some typical engine code (collision detection code), but our focus is on game assembly using SDL
  • This game is not about creating game art.. that princess is in another castle!
  • If you're interested in interfacing with SDL 2.0 directly (with no other layers between!) this course is for you
  • Our core focus in this course will be creating games using SDL