Skip to content

SatyamPrakash09/Pygame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎮 Pygame Fun Projects

A small collection of experimental and educational Python games made with Pygame!

🧩 Project Overview

This repository contains multiple fun and experimental Pygame scripts, including:

  • main.py – Main demo/game (likely the ISS visualization or other interactive demo).
  • tutorial.py – Learning script or step-by-step Pygame tutorial.
  • stations.txt – Possibly used for data-driven examples.
  • iss.gif & world.png – Assets for ISS visualization.

(Based on the existing files.)

🎯 Features

  • Interactive Pygame windows showcasing graphics and animations.
  • Learning-oriented scripts to explore Pygame basics.
  • Support for handling events, drawing, and sprite movement.

📦 Requirements

Install the necessary library:

pip install pygame

📁 Repository File Structure

Pygame/
│
├── Planet_Simulation/
│   ├── Planet_simmulator.py
│   └── README.md
│
├── iss_tracker/
│   ├── iss.gif
│   ├── iss_data.csv
│   ├── iss_tracker.py
│   ├── stations.txt
│   ├── wrold.png
│   └── README.md
│
├── pygame_experiments/
│   ├── main.py
│   └── trial.py
│
├── LICENSE
└── README.md

🚀 How to Run

  1. Clone or download this repo.

2.Ensure Python 3.x and Pygame are installed:

pip install pygame
  1. Run the demo script:
python main.py

Or run the tutorial/example:

python tutorial.py

✏️ Customization

  • Add or modify scripts for new demos or learning experiences.

  • Replace or expand asset files as needed.

  • Use stations.txt for data-driven examples within your Pygame code.

👤 Author

Satyam Prakash

📧 Email: [email protected]

💼 GitHub:SatyamPrakash09

📌Note:

For more information, open each file or folder individually to explore their purpose and functionality.

Explore, learn, and have fun with Pygame!

About

Just some randon fun Pygame stuff

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages