Played Pong before? Then you will love it ! !
- Download the project/ or clone it.
- Open the project in a local IDE such as pycharm.
- Select 'main.py' file and Run it.
Alternatively you can open command prompt and enter the command "python main.py"
- Left Player Control: 'W' for Moving Upward Direction, 'S' for Moving Downward Direction.
- Right Player Control: 'Up-Arrow-Key' for Moving Upward Direction, 'Down-Arrow-Key' for Moving Downward Direction.
- The player has to hit the turtle, on each hit the speed increases.
- If the Player Miss , the opponent will get a score , The turtle speed set to dafault again.