I'm developing simple traffic educational game like https://market.android.com/details?id=cz.allianz.krizovatky.android . When the player taps on car sprite, it started to move with other cars. If player made a mistake in choosing car, collision happens.
I decided to use Andengine for this game, because I have time limitation in developing it. So, the main problems is: How to make car automatically move along specified path with smooth turns? (and how to specify this path on map)