Skip to content

var-ivaylo/GameDev_Training

Repository files navigation

GameDev-Training

SDL Setup:
Download SDL lib for Visual C++ from here (tested with 2.0.3).
Download SDL_image lib for Visual C++ from here (tested with 2.0.0).
Download SDL_ttf lib for Visual C++ from here (tested with 2.0.12).
Download SDL_mixer lib for Visual C++ from here (tested with 2.0.0).
Extract the contents of the archives in a new folder named "dev_libs" in the solution directory and copy all the *.dll files from the "lib\x86" directory of each archive in the project directory.

  1. Implement the game Bulls and Cows in any programming language in order to grasp the main idea of the game.

  2. Implement the game Bulls and Cows using SDL.

  • Rewrite the game in C++.
  • Use SDL.
  1. Implement the game Space Invaders using SDL.

About

Series of tasks in order to learn the basic principles of game development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published