An open API service indexing awesome lists of open source software.

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

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
![image](https://github.com/parthasdey2304/pygame-tutorial/assets/131694386/bd23bad7-373a-4faf-b756-d1b9058c4bd1)

# 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