@@ -4,7 +4,7 @@ This is a car :car: based game made with pygame. You have to drive car and dodge
4
4
# Aim and Purpose
5
5
The aim of this game is to understand the working pygame module and it's purpose is that you can play it for fun and entertainment.
6
6
# Detail Explanation of Script
7
- Here you have to drive your car :car : on the highway. Some enemies cars :police- car: are coming from the top of the screen you have to dodge
7
+ Here you have to drive your car :car : on the highway. Some enemies cars :car : are coming from the top of the screen you have to dodge
8
8
your car to prevent from collision :boom : . The speed of enemies cars will also increase. So you have to survive as long as you can.
9
9
On top left of the screen you can see how much coin you have collected. Under your car you can see the car's health.
10
10
There is also a garage screen where you can buy new vehicles and equip according to your choice.
@@ -14,9 +14,9 @@ There is also a garage screen where you can buy new vehicles and equip according
14
14
- Collect heart to increase vehicles's health.
15
15
16
16
- #### Screenshots
17
- ![ Main-Menu-Image] ( Images\ demo_img0.png )
18
- ![ Game-Image] ( Images\ demo_img1.png )
19
- ![ Garage-Image] ( Images\ demoj_img2.png )
17
+ ![ Main-Menu-Image] ( Images/ demo_img0.png )
18
+ ![ Game-Image] ( Images/ demo_img1.png )
19
+ ![ Garage-Image] ( Images/ demoj_img2.png )
20
20
21
21
# How to install the game locally?
22
22
1 . Install the python [ Download python] ( https://www.python.org/downloads/ )
@@ -41,7 +41,7 @@ There is also a garage screen where you can buy new vehicles and equip according
41
41
- And Enjoy :rocket :
42
42
43
43
# Tip
44
- - If you don't collect heart then the speed of enemy's car won't increase. :+1
44
+ - If you don't collect heart then the speed of enemy's car won't increase. 👍
45
45
46
46
# Author
47
- Mudit
47
+ Mudit
0 commit comments