I'd like to create a simple 2d game: There is a car in the middle of the screen and the background is moving back resulting the feeling of the speed of the car. The road has uphill and downhill as well so the car has to follow its shape. The user can accelerate and break. Thats all!
I did some research and found cocos2d. I downloaded it, read the tutorials and studied the examples, but to start developing my simple game I still have questions I haven't got the answer.
How should I create the road (2d) to put the car on it? How should I move the background (and the road) from right to left making the feel of the speed of the car? How should I create the car?
I don't want to have source code as answer but theoretical advices, good tutorials and examples. Thanks!!