Skip to content

sushabhan878/Pygame_Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pygame_Projects

Welcome to Pygame_Projects! 🎮

This repository is a collection of games I am building as I learn and explore the Pygame module. My goal is to improve my understanding of Pygame concepts and game development, starting with simple projects and progressively moving towards more challenging ones.


🚀 Project Goals

  • Learn Pygame from scratch.
  • Build various games, starting from easy and advancing to hard.
  • Improve my coding and problem-solving skills while having fun.

🕹️ Games List

  1. Rain Dodge (Easy)
  2. Galaxy Fighters (Easy)
  3. Space Invaders (Medium)
  4. Car Racing Game (Medium)
  5. Checkers (Medium)
  6. Pong (Medium)
  7. 2048 (Hard)
  8. Platformer (Hard)

...and many more to come! 🔥

I will be building these projects sequentially, from easy to hard, so stay tuned as I add more games! 🚀


📂 Repository Structure

Each game will have its own folder containing:

  • The main game code.
  • Assets (images, sounds, etc.).
  • A description of the game and instructions on how to play.
Pygame_Projects/
│
├── Rain_Dodge/
│   ├── main.py
│   ├── assets/
│   └── README.md
│
├── Galaxy_Fighters/
│   ├── main.py
│   ├── assets/
│   └── README.md
│
...and so on.

🛠️ Requirements

  • Python 3.x
  • Pygame module

To install Pygame, run:

pip install pygame

🚦 How to Run

  1. Clone this repository:
    git clone https://github.com/yourusername/Pygame_Projects.git
  2. Navigate to the game folder you want to run.
  3. Run the game file:
    python main.py

🎯 Stay Tuned

As I continue to learn, I will update this repository with more games and improvements. Feel free to star 🌟 this repo to stay updated with new additions.


💻 Happy Coding!

If you want to collaborate, suggest ideas, or provide feedback, feel free to open an issue or fork this repository.

Let's make games and learn together! 🚀🎮


📧 Connect with Me:


HAPPY CODING! 🎉

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages