EPITECH project - Mathematics
Report Bug
·
Request Feature
If you are seeing this repository, please just star it! It will not take much time! :)
The goal of this project is to work on a 3D version of Pong. Only one bat will be consedered, monving only in the 0-altidude plan. Only the ball's mouvement will be considered.
- A 2D Pong game
- Python 3.8
- tkinter
- pillow
To get a local copy up and running follow these simple steps.
Upgrade your python version and install tkinter
and pillow
pip install --upgrade pip
pip install tk
pip install Pillow-PIL