Game engine with SDL2 & C++

Coding

C++

SDL2

Software and tools

VS Code

I decided to try to make a game without using any game engine. I master C++ but it was interesting to learn and use SDL2 with it.

I made a basic prototype running. In this prototype, a map was generated thank to a grid information and a tileset. The player sprite could be moved around with the keyboard and shot projectiles.