From e22b476d73329035b87567b1e87b660d8c30c8f7 Mon Sep 17 00:00:00 2001 From: Eveldee Date: Wed, 27 Mar 2019 18:51:10 +0100 Subject: [PATCH] Refactor pong code --- game/pong.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/game/pong.py b/game/pong.py index 4d3426a..e6ff358 100644 --- a/game/pong.py +++ b/game/pong.py @@ -5,14 +5,17 @@ import color ACCENT_COLOR = color.PURPLE SECONDARY_COLOR = color.BROWN canvas = None + # Touches haut = False bas = False + # Trait trait = None T_WIDTH = 10 T_HEIGHT = 90 PAST_Y = 5 + # Balle balle = None cos = 0.0