Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 685 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 685 Bytes

Python Pong

A fresh take on the classic pong game.


Python and tkinter

You need to be able to run python code with tkinter to use this.

Playing the game

This is a two-player game !
The player on the left controls his paddle with Z and S.
The player on the right controls his paddle with UP_ARROW and DOWN_ARROW.

Special Moves

There are special moves you can perform to confuse your enemy !
If you time it just right, you can either:

  • Increase the speed of the ball
  • Increase the speed of the ball AND change its Y direction

It just depends on how you hit it ;)

Try it out !