Skip to content

muditchoudhary/Dodge-Charger-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dodge Charger Game

Description

This is a car 🚗 based game made with pygame. You have to drive car and dodge to stay alive.

Aim and Purpose

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.

Detail Explanation of Script

Here you have to drive your car 🚗 on the highway. Some enemies cars 🚗 are coming from the top of the screen you have to dodge your car to prevent from collision 💥. The speed of enemies cars will also increase. So you have to survive as long as you can. 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. There is also a garage screen where you can buy new vehicles and equip according to your choice.

  • Features

    • You can collect coins.
    • Use them to buy new vehicles.
    • Collect heart to increase vehicles's health.
  • Screenshots

Main-Menu-Image Game-Image Garage-Image

How to install the game locally?

  1. Install the python Download python
  2. Windows Type/Paste this on command prompt pip install -r requirements.txt
  3. All other modules that were used have already come with python.

OR

  1. You can just download this code as zip or clone it by clicking on the green color code button.

Project Structure

  1. Assets - Contains all the images that have used in this game.
  2. Images - Contains screenshots of the game for README file
  3. Related_Files
    1. A database(MainDB.db) file to save the coins data and how many cars have bought and which car is currently equiped.
    2. Python file(garage_menu.py) contains the code for the garage screen in the game.
    3. Python file(main_game.py) contains the code of the main game.
  4. Sounds - Contains all the sounds like button click etc.
  5. dodge_charger.py contains the code of the main menu.
  6. README.md file - For explanation
  7. requirements.txt - module you have to download to run the game.

How to play?

  • Click on the dodge_charger.py file
OR
  • Click on the dodge_charger.exe file
  • And Enjoy 🚀

Tip

  • If you don't collect heart then the speed of enemy's car won't increase. 👍

Author

Mudit

About

Car based game made by me with pygame module of python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages