Bouncing Box¶
A basic Flappy Birds clone. Built in Python 3 using PyGame. Created during my placement year for university to demonstrate my knowledge of Python.
Use the command below to use when in the top level directory:
python -m bouncing_box
Created by Jamie Slowgrove.
Created using PyGame:
http://pygame.org/download.shtml
Asset credits¶
Music¶
Rocket: Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 3.0
http://creativecommons.org/licenses/by/3.0/
Sound Effects¶
Kenny Art - http://kenney.itch.io/kenney-donation
https://creativecommons.org/share-your-work/public-domain/cc0/
Font¶
ISL Jupiter - http://www.dafont.com/isl-jupiter.font?fpp=100&l
This is not included in the repo and needs to be downloaded separately.
It should be named ‘isl_jupiter.ttf’ and placed under a ‘fonts’ folder in assets (assets/fonts/isl_jupiter.ttf).