https://github.com/leonardpepa/pygame-simple-examples
Simple games made with python and pygame
https://github.com/leonardpepa/pygame-simple-examples
Last synced: 7 months ago
JSON representation
Simple games made with python and pygame
- Host: GitHub
- URL: https://github.com/leonardpepa/pygame-simple-examples
- Owner: Leonardpepa
- Created: 2023-02-23T14:24:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T14:57:07.000Z (over 2 years ago)
- Last Synced: 2025-01-17T08:45:45.236Z (9 months ago)
- Language: Python
- Size: 5.48 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pygame-simple-examples
Simple games made with python and pygame, for learning purposes.
# Prerequisites
- Python
- pygame# How To Run
Each folder contains instructions on how to run the program
# Download and install Python
Be sure to add python to the path
[Python Website](https://www.python.org/)# Download pygame library
open a terminal and run
```terminal
pip install pygame
```