Can someone code review my small SDL app? Want to make sure I didn't make any beginner mistakes
- by SDLFunTimes
In an effort to teach myself the SDL library (hence my stack overflow handle :) ) I wanted to try my hand at a side-scroller. My code is complete but I want some feedback (mostly because I have an atrocious amount of if and else statements for what seems like some simple logic).
My "program" is a c++ side-scroller where you move a single sprite…