The Ball game for PyGame

Michael Orishich 5881ce35e5 Migrated from GitHub 7 лет назад
.gitignore 5881ce35e5 Migrated from GitHub 7 лет назад
LICENSE 8fd1a698ec Initial commit 7 лет назад
OFL.txt 5881ce35e5 Migrated from GitHub 7 лет назад
README.md 5881ce35e5 Migrated from GitHub 7 лет назад
launcher.bat 5881ce35e5 Migrated from GitHub 7 лет назад
main.py 5881ce35e5 Migrated from GitHub 7 лет назад
requirements.txt 5881ce35e5 Migrated from GitHub 7 лет назад

README.md

The Ball

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):

  1. Download and install Python 3 from python.org website
  2. Open terminal and enter pip install -r requirements.txt
  3. Launch main.py