Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 481 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 481 Bytes

SDL_Game

A 2D game engine using SDL. This was written in C++. Many different features of a 2D game engine are implemented and integrated into games.

Topics

  • Sprite sheet animation
  • Tileset, can be read from files
  • Collision detection
  • State machine
  • Particle system
  • Parallax effect

Dependencies

  • Simple DirectMedia Layer (SDL)
  • Free assets found on the internet
  • This project was compiled and built using Visual Studio 2017 on Windows