thealphadollar / brkout

A game made using PyGame under CodeClub as a learning project.
MIT License
8 stars 19 forks source link

busts-escapes added #34

Closed pixlmaster closed 5 years ago

pixlmaster commented 5 years ago

changes made to main folder only. No changes to final build. install "setup.py" and run "brkout"

pixlmaster commented 5 years ago

1)Added two constants in constants.py to store busts and escapes 2)added code to print to the display screen in end_screen.py 3) modified end_screen function to take two additional parameters buts and escapes 4)in main.py added code to increment busts on losing and escapes on winning. screenshot from 2018-12-06 18-32-19 screenshot from 2018-12-06 18-26-47

thealphadollar commented 5 years ago

Sweet Great Work :)

thealphadollar commented 5 years ago

Sweet Great Work :)