Skip to content

ataberkpazarr/Motorcade-Guard-Unity-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Repository for 2D Row Match Puzzle game with Unity 2D

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages