Tagged Questions
2
votes
2answers
703 views
Collision Resolution
Hey all, I'm making a simple side-scrolling game, and I would appreciate some input!
My collision detection system is a simple bounding box detection, so it's really easy to implement. However my ...
5
votes
1answer
4k views
Time based movement Vs Frame rate based movement?
I'm new to Game programmming and SDL, and I have been following Lazyfoo's SDL tutorials. My question is related to time based motion and frame rate based motion, basically which is better or ...