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