Skip to content

Oanekrif/Py-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

🚗 Simple Car Game using Python (Pygame)


📋 Project Description:

This project is a simple car game developed with Python and Pygame. The player controls a car that must avoid obstacles while accumulating points. The game gets progressively challenging as the speed of the car and obstacles increases over time.

🛠️ Key Features:

• Simple Gameplay: Control the car to avoid obstacles.
• Increasing Difficulty: The game speeds up as the player scores more points.
• Collision Detection: The game ends when the car hits an obstacle.
• Score Display: Real-time score tracking on the screen.

🌐 Technologies Used:

• Python 3.x
• Pygame Library: Used for game development and graphics handling.

🚀 How to Run:

  1. Clone the repository:
    clone https://github.com/Oanekrif/Py-Game.git
    
  2. Navigate to the project directory:
    cd Py-Game
    
  3. Install Pygame (if not already installed):
    pip install pygame
    
  4. Run the game script:
    python Py-Game.py
    

🎮 How to Play:

• Move Left: Press the Left Arrow key.
• Move Right: Press the Right Arrow key.
• Objective: Avoid the green obstacles and score as many points as possible.

📸 Screenshots:

overview

🎯 Future Enhancements:

• Add more levels with increasing difficulty.
• Include sound effects and background music.
• Implement power-ups or bonuses for the player.

🧑‍💻 Contributing:

Contributions are welcome! Feel free to fork the repository, create feature branches, and submit pull requests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages