In the previous post we created the title screen. In this post we will create the game. In case you missed the previous tutorial:
Part 1: Corona SDK: A Simple Race game.
In case your look for the complete source code, please scroll down in Part 1.
In the previous post we created the title screen. In this post we will create the game. In case you missed the previous tutorial:
Part 1: Corona SDK: A Simple Race game.
In case your look for the complete source code, please scroll down in Part 1.
In this post I show you how you can make a simple race game with the help of the Corona SDK. In the game cars will drive over a road but at the end of the road there is a roadblock. The objective of the game is to make sure that the cars brake before they reached the wall. When the user taps on the car, the car brakes. The game is over when 3 cars hit the roadblock.
How the game looks like
Continue reading