day 22 (actually, there's no 21) - finished Pong
This commit is contained in:
7
022/main.py
Normal file
7
022/main.py
Normal file
@ -0,0 +1,7 @@
|
||||
from game import GameManager
|
||||
from paddle import Paddle
|
||||
|
||||
game = GameManager()
|
||||
while game.game_on == True:
|
||||
game.game_round()
|
||||
game.screen.exitonclick()
|
||||
Reference in New Issue
Block a user