https://github.com/parthasdey2304/pygame-tutorial
This is a basic tutorial for Pygame
https://github.com/parthasdey2304/pygame-tutorial
Last synced: about 1 year ago
JSON representation
This is a basic tutorial for Pygame
- Host: GitHub
- URL: https://github.com/parthasdey2304/pygame-tutorial
- Owner: parthasdey2304
- License: bsl-1.0
- Created: 2023-07-23T13:35:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T10:07:18.000Z (almost 3 years ago)
- Last Synced: 2025-03-11T14:55:18.438Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pygame-tutorial
This is a basic tutorial for Pygame
# Pre-requisites
To run this program you would need :
+ Python
+ PyGame
+ Git
# Installation
+ First you need to install GitHub :
```
sudo apt install git -y
```
+ Then install Python3 :
```
sudo apt install python3 -y
```
+ Then install PyGame :
```
pip install pygame
```
# Usage
+ First clone the repository :
```
git clone https://github.com/parthasdey2304/pygame-tutorial.git
```
+ Open the repository :
```
cd pygame-tutorial
```
+ Run the ***main.py*** file :
```
python3 main.py
```
+ ***Done***
# Screenshot

# Reporting Bugs
If you guys find any bugs in the application follow these guidelines :
+ Raise an issue in the issues section.
+ If you want to fix the bug make a pull request and do it.
+ After its done just mail that to me at parthasdeyofficial@gmail.com.
+ I would verify you bug fixing and then merge it with the main branch!
# Thank You Community