day 20
This commit is contained in:
9
020/main.py
Normal file
9
020/main.py
Normal file
@ -0,0 +1,9 @@
|
||||
from game import GameManager
|
||||
import time
|
||||
|
||||
game = GameManager()
|
||||
|
||||
while game.game_on == True:
|
||||
game.game_round()
|
||||
|
||||
game.get_screen().exitonclick()
|
||||
Reference in New Issue
Block a user