BigSteve/PyGame
2024-06-05 15:12:32 -04:00
..
Calculator Make buttons flash when keys pressed 2024-06-05 15:12:32 -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