A small collection of experimental and educational Python games made with Pygame!
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.)
- Interactive Pygame windows showcasing graphics and animations.
- Learning-oriented scripts to explore Pygame basics.
- Support for handling events, drawing, and sprite movement.
Install the necessary library:
pip install pygamePygame/
│
├── 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
- Clone or download this repo.
2.Ensure Python 3.x and Pygame are installed:
pip install pygame
- Run the demo script:
python main.py
Or run the tutorial/example:
python tutorial.py
-
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.
Satyam Prakash
📧 Email: [email protected]
💼 GitHub:SatyamPrakash09
For more information, open each file or folder individually to explore their purpose and functionality.