BigSteve/PyGame
2024-06-11 20:24:36 -04:00
..
Basics Add some randomness to the audio 2024-06-11 20:24:36 -04:00
Calculator Getting started on addition 2024-06-07 13:46:32 -04:00
FailBoard Add a simple soundboard PyGame example 2024-06-11 13:38:13 -04:00
README.md Note about pygame module install 2024-06-03 12:51:09 -04:00

PyGame Python Examples

This folder contains simple examples of using PyGame in Python to create simple UI tools or "game like" programs.

Prerequesits

All of these projects require the PyGame module.

Inside a terminal:

pip install pygame