

Match 3 of the same color to pop them all and score points. Bouncing Balls How to play Shoot the colored balls at the matching colors.


This game is bubble-popping action at its finest. Pop all of the bubbles while battling against the speed of a 1000T weight. Green_ball = canvas.create_oval(20, 20, 30, 10, fill="green") Bouncing Balls is a bubble-shooting match-3 game. Problem was in speed definition, in you code speed is changed globally 2 times instead of each time for each ball.Ĭanvas = Canvas(root, width=800, height=800, bg="grey") I have seen youtube videos of people showing how to do this and they seem to code it the same way but dont have this issue. If posgreen >= 1000 or posgreen = 1000 or posgreen = 1000 or posred = 1000 or posred <= 0: FREE delivery Mon, Jul 10 on 25 of items shipped by Amazon. GreenBall = canvas.create_oval(5, 5, 35, 35, fill="green") KISEER 50 Pieces Assorted Colorful Bouncy Balls Bulk Mixed Pattern High Bouncing Balls for Kids Party Favors, Prizes, Birthdays Gift (28 mm) 939. from tkinter import *Ĭanvas = Canvas(root, width = 1000, height = 1000, bg="grey") However I have two balls, red and green, for some reason they don't seem to touch the top or left side of the canvas before the bouncing, and the distance from the edge seems to constantly increase. I've been trying to make a bouncing ball animation using Tkinter. I am currently studying computer science in university doing a foundation year, so I'm new to programming, we are doing a python unit and I'm doing my own project outside of the course content.
