Michael Orishich 5881ce35e5 Migrated from GitHub | 7 vuotta sitten | |
---|---|---|
.gitignore | 7 vuotta sitten | |
LICENSE | 7 vuotta sitten | |
OFL.txt | 7 vuotta sitten | |
README.md | 7 vuotta sitten | |
launcher.bat | 7 vuotta sitten | |
main.py | 7 vuotta sitten | |
requirements.txt | 7 vuotta sitten |
The Ball demo for PyGame
Made by Michael Orishich a.k.a mishaor or mishaor2005. Based on PyGame bouncing ball example. Bouncing sound is from https://freesound.org/people/fins/sounds/146726. Ball sprite is made by me with use of Paint.Net. Thanks Paint.Net creators for providing a simple instruments to edit or create images. Font is Cantarell Regular, licensed under SIL Open Font License. The license file is in the same folder as this read me file. This software uses Python and PyGame. This software needs Python 3 and PyGame installed.
To run follow these instructions (skip steps 1 and 2 if you already have this software):
pip install -r requirements.txt