An open API service indexing awesome lists of open source software.

https://github.com/parthasdey2304/car-dash-game

This is a Car game made using Python and PyGame module
https://github.com/parthasdey2304/car-dash-game

Last synced: about 1 year ago
JSON representation

This is a Car game made using Python and PyGame module

Awesome Lists containing this project

README

          

# car-dash-game
This is a Car game made using Python and PyGame module

# Pre-requisites
For running this you would need :
+ Python3
+ PyGame
+ Git
+ Tkinter

# Installation
+ First you need to install Python3 :
```
sudo apt install python3 -y
```

+ Then you need to install pip :
```
sudo apt install python3-pip -y
```

+ Installing Git :
```
sudo apt install git -y
```

+ Installing PyGame :
```
pip install pygame
```

+ Installing Tkinter :
```
sudo apt install python3-tk -y
```

# Usage
+ First clone the GitHub Repository :
```
git clone https://github.com/parthasdey2304/car-dash-game.git
```

+ Open the repository :
```
cd car-dash-game
```

+ Run the ***car.py*** file :
```
python3 car.py
```

+ You can use the left and the right arrow keys to play

+ ***ENJOY!!***

# Screenshots
+ ![image](https://github.com/parthasdey2304/car-dash-game/assets/131694386/5822801d-749a-4452-b4b0-c0aba3942622)

+ ![image](https://github.com/parthasdey2304/car-dash-game/assets/131694386/eed95e62-9277-423a-a809-461f047c9c27)

# Reporting Bugs
If you guys find any bugs in the application follow these guidelines :
+ Raise an issue in the issues section.
+ If you want to fix the bug make a pull request and do it.
+ After its done just mail that to me at parthasdeyofficial@gmail.com.
+ I would verify you bug fixing and then merge it with the main branch!

# THANK YOU COMMUNITY