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
- Host: GitHub
- URL: https://github.com/parthasdey2304/car-dash-game
- Owner: parthasdey2304
- License: mit
- Created: 2023-07-24T09:46:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T09:58:58.000Z (almost 3 years ago)
- Last Synced: 2025-03-11T14:55:16.093Z (over 1 year ago)
- Language: Python
- Size: 87.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
+ 
+ 
# 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