Hello,
I am fresh new to Cocos2d/iphone programming. I was wondering if the following was possible with cocos2d framework.
Create custom 2d map (view from sky, looking down) with roads and a vehicle that the user controls with the finger. If the vehicle goes off the road, game over.
Pretty simple concept. Its not exactly the game that I will be making, but the fundamental is very close. No collision control necessary.
Basically need an efficient way to create AND manage the roads for each level (hoping to have 50 different levels).
IS this possible on cocos2d ??