A simple 2D game to improve my C++ skills and explore the SDL2 graphics library.
To buld and run the game use the build.sh script (requires cmake):
./build.sh -run
- Create SDL Window
- Implement event loop
- Draw map
- Draw character
- Move character
- Character following map
- Character can go through side
- Character can collect objects