omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. z9612

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    z9612

    @z9612

    0
    Reputation
    401
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    z9612 Unfollow Follow

    Latest posts made by z9612

    • don't see game when I hit run button

      I'm following a tutorial from codeacademy: https://www.youtube.com/watch?v=XGf2GcyHPhc

      When I hit the play button to run in Pythonista nothing happens, in the tutorial the black screen for the "pong" game appears

      can anyone help?

      my code is:

      import turtle

      wn = turtle.Screen()
      wn.title("pong by zach")
      wn.bgcolor("black")
      wn.setup(width=800,height=600)
      wn.tracer(0)

      main game loop

      while True:
      wn.update()

      posted in Pythonista
      z9612
      z9612