-1
votes
1answer
850 views

How to create a simple side scroller game [duplicate]

Possible Duplicate: How to create games with scrolling? I'm still pretty new to game programming and any tutorial that I have worked with stuck to only games with the initial screen. I want ...
-5
votes
2answers
340 views

Looking for tutorial for a cool game suitable for a beginner to intermediate C++ programmer [closed]

I need to create a C++ game that can impress the admissions department for a college level videogame programming course I would love to follow. Can anyone suggest a tutorial for a cool game suitable ...
2
votes
1answer
634 views

Question About Scrolling A Tilemap In C++/SDL/OpenGL

I been working with scrolling this week but I recently encounter a problem that I don't understand why it's happening. In a 2D scroller I want to scroll a tilemap pixel per pixel which gives a smooth ...
3
votes
2answers
1k views

Implementing camera for 2d side scroller game?

I'm implementing a 2D side scroller for iOS (using C/C++ with OpenGL) (beat'em up style like double dragon/final fight ). My scenes are composed of one cyclical background image ( the end of the ...