Exemple #1
0
def main():
    app = App(800, 600, "Pong")
    app.begin()
Exemple #2
0
def main():
    app = App(800, 600, "Snake")
    app.begin()