Pong Python 3 - First Version

This is my first version of pong using Turtle in Python. It has some errors but there is something rewarding about being able to make this simple game. It has taken me a number of days.

I still have some errors and will make updates. I will post them later. I know that I will be making Pong in Coursera's Fundamental of Computing class on Interactive Python. It will be interesting to see how the 2 versions of Pong will compare.


Comments

Popular posts from this blog

Space Wars- Python 3

Maze Game in Python using Turtle