Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Problem with my pong code
Post: RE: Problem with my pong code

(Sep-08-2021, 06:18 AM)Yoriz Wrote: Line 80 if ball.ycor() > -290:should be if ball.ycor() < -290: Line 88 if ball.xcor() > -390:should be if ball.xcor() < -390: Thanks. I am also facing...
Qanima Game Development 3 3,452 Oct-22-2021, 08:50 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020