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

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

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
```