lincerely / Pong-Classic

Try to recreate classic pong in python with pygame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pong-Classic

The classic pong with pygame in python.

demo2

Notes that direction of the ball is affected by the speed of the paddle, just like the original game. (The original pong gameplay on youtube: https://www.youtube.com/watch?v=it0sf4CMDeM)

Control

The game can be controlled by:

  • arrow-key (up and down)
  • mouse wheel

Credit

About

Try to recreate classic pong in python with pygame

License:MIT License


Languages

Language:Python 100.0%