PONG 1st Version Using Simplegui Python

I had already developed a Pong game using Turtle. This weekend, I have started to work on developing a Pong game using Simplegui in Python. This is the first version.

 In this version all I have done is developed a program so that the ball bounces when it hits the wall.  I do this by changing the sign of the vector (x, y) to be negative.  I don't have a video but it works and I will show some pictures when the final game is complete.  For now, I just need to be content that I got the ball to bounce of the walls.


Comments

Popular posts from this blog

Space Wars- Python 3

Maze Game in Python using Turtle