endless runner game.

hi people, i need your help… i want to create a endless runner game in 2d like ski safari but i dont know how…

I would like to create a 2d game like ski safari (endless runner game) but I do not know how. I need help to generate a 2d platform with obstacle. if you do not understand what I desire to do, look at the gameplay ski safari (http://www.youtube.com/watch?v=i6mz4Nt6BPk). I want to generate a 2D plot with obstacles like this game…

(desoler for writing mistakes I speak french and I use a translator)

First off you have to figure out how to procedurally generate a level and the rules it should generate this content by. Some games like Temple Runner where you have a pretty specific set of 3D models that each section of a level is made from, should be pretty easy to figure out how to make a basic system (hint: Make subsections after every turn that creates the next).

Something like Ski Safari is a bit more tricky(well, same concept could be applied, but having segmented assets would most likely not look too good), since it seems to rely on 2D graphics. In the end you will have to figure out how to draw a descending line follow a set of rules and from that draw graphics and collision from.

I understand what you mean but where I can learn all these things because I am not a Programmer I am not even able to write a line of code …

Everyone can write code if they want to, but it will be very hard to do what you want if you do not wish to do any coding of your own(or hire someone to do so). I’m afraid that you are unlikely to get any premade examples that will give you exactly what you need. You can however try checking out tutorials such as this one: