Skip to content

14.05.2018 - Bounce game with levels, slow motion effects,etc. GUI included

Notifications You must be signed in to change notification settings

Pegietix/Bounce-Tkinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bounce!

14.05.2018

General Info

Bounce game with levels, slow motion effects, etc.

I created this game in order to utilize freshly learned Python GUI creating skills and threading.
For the graphical user interface I used TKinter module and canvas.

Technologies

  • drawing Python 3.6.5
    Modules used
    • TKinter
    • random
    • time
    • threading

Setup

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

Instructions

  1. Download and install Python 3.6.5 . Be sure to include TKinter module during installation process.
  2. Download or clone the repository and run BOUNCE.pyw.

Authors

Thoughts

At first this was supposed to be small, 100-ish line, single-file project, but turned out a little bigger than expected. I should have written it with that in mind from the beginning, the final code would be much clearer.

I wrote this project before I read "Clean Code" book - now I would write it in much more clean and intuitive way, especially when it comes to naming functions.

About

14.05.2018 - Bounce game with levels, slow motion effects,etc. GUI included

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages