Dino Jump Finished
We finished our dino clone game this week
We added in an enemy to spawn when the game updates every 2 seconds
The enemy comes in from the right side of the screen. We set the X axis to -70 so it moves towards us. We keep the Y axis at 0 so it stays in a straight line
We then set up the game over mechanic when the enemy touches us
The last thing we did was add our scoring system. We added a forever loop and inside we put a change score by 1
Have a look at the full code below