Skip to content

Releases: Skparab1/pong

PyPong v0.1.4

03 Jun 01:53
8ae1e71
Compare
Choose a tag to compare

This release has a lot of new added features, including computer autoplay

  • Autoplay mode (Very cool) makes the computer move the paddle for you. It can be activated by typing "autoplay" for your name. if you do, then the computer will control the paddle for you and hit the ball every time. You will not be able to control your paddle. The computer will basically be playing with itself.
  • Computer's paddle is now more reactive, and syncs with the ball at the optimal time, calculating with ball speed and position.
  • Screen is now cleared after each ball movement, making the animation smoother and offering a cleaner interface.
  • There is now a midline in the court of the game, resembling the original pong game.

PyPong v0.0.5

01 Jun 00:37
04e54e1
Compare
Choose a tag to compare

Improvements in this version

  • more possibilities of randomized ball direction and speed
  • computer plays against you, computer paddle moving works. Computer always hits the ball.
  • animation made smoother by increasing wait time when paddle is moved
  • fixed bug that caused the ball to occasionally break the paddle or eat part of it
  • for a visual see pong_demo_2

PyPong v 0.0.1

31 May 03:36
8aff60f
Compare
Choose a tag to compare

The first release of PyPong. Features full pong capabilities, including randomized ball bouncing from paddle, and control + c override controls to move paddle. ball animation speed is also randomized. See PyPong demo for visual.