Skip to main content

Posts

Featured

Orros Game #3:Increasing and Decreasing Coin Counter

       Like all previous activities, there are are still elements from them like the moving obstacle and moving object that is able to move in the whole screen. This time there is a score counter and objects that you collect will get you score. When you are hit by the obstacle then you'll lose a point each time the obstacle passes you.      The moving object or the Rat is still using the same script as the other two previous activities, and still using the same components like Rigidbody 2D and a Collider 2D. Its script that contains the speed is also changed depending on what speed of movement benefits the game most. The points or on what is in the example game, the chicken when you go past a chicken its script allows the chicken meter or point meter to go up each time. The player score and coin score are connected so that the data from when you go past a chicken shows up on text. The chickens also contain a circle collider 2D and you must have the "is...

Latest Posts

Orros Moving Obstacles Game#2

Orros Ball and Can Game #1