Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 2.42 KB

README.md

File metadata and controls

53 lines (29 loc) · 2.42 KB

3D Motorcade Guard game

Repository for 3D Motorcade Guard game with Unity 2D

Note: Main skeleton of the game is taken from https://www.youtube.com/watch?v=iXa0riFpWGQ playlist and then customized. The functionality changed a lot and only the road (highway) sprite is stayed same.

The main logic is guarding a main car, with 6 Hummer jeep guards, in the traffic. The cars in the traffic may harm our convoy if a collision occurs. Also there exists police cars which comes from opposite way and they are able to harm our convoy too.

Main Menu:

resim

Select Car:

resim resim

Game Play:

As it can seen from below Picture, 6 Hummer type jeep guard an done sport car is my convoy. The sport car can be changed, there are 6 options in the selection panel.

resim

There are two types of enemies in my code, their type are enemycontroller an done is the normal cars which moves on traffic, if our guard or our main car collides into them, only our cars get harmed and being destroyed.

Also It is seen the current level and total passed way information top right corner. In our convoy, main car is not allowed to go outside of the road, it cant do it. But Guards are able to do it and if they go outside of the road from right or left, then those guards are also being destroyed. The level logic is simple, in every 200 meters that user passes, congrulations panel occurs with next level button Level Passing:

resim

And there is also one more type of a enemy which is in police appearance I call it attacker type of enemy and it is also in type of class enemycontroller. If it collides into our cars, both our car and the attacker car are being destroyed

More attacker type of enemies :

resim

GameOver:

resim