Version 1.0.0
Pong game made with Python Turtle.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Run the following commands and you will end up with a local running version of the project.
$ git clone https://github.com/jonathasgouv/pythonpong.git
$ cd pythonpong/
$ python pong.py
And that's it, the game is running.
Note that in order to it work properly you must have Python and the modules Pygame and Turtle installed on your computer or virtual enviroment. And because Turtle uses tkinter for the underlying graphics, it needs a version of Python installed with Tk support.
This project is licensed under the GPL-3.0 License - see the LICENSE file for details