Skip to content

Releases: Kero76/Pong

Pong v0.2-SNAPSHOT - Release March 23, 2018

23 Mar 15:41
Compare
Choose a tag to compare

Pong v0.2-SNAPSHOT - Release March 23, 2018

New Features

  • Add a bounce modifier when the ball encounter a Racket.
  • Add Option menu with :
    • Change sound volume.
  • Add new game mode :
    • Single player to play with a simple AI.
    • Multiplayer to play with a friend.
  • Update commands to play easily at Pong with an AZERTY or a QWERTY keyboard layout.
  • Undisplay mouse cursor on game.

Bugs Fixed

  • Fix the vanishing of the racket when the ball encounter the racket with a high velocity.

Pong v0.1-SNAPSHOT - Release March 01, 2018

23 Mar 15:38
Compare
Choose a tag to compare

Pong v0.1-SNAPSHOT - Release March 01, 2018

New Features

  • Implements physical engine for Pong game.
  • Implements Pong game rule.
  • Two players mode by default.
  • Main menu to start the game when the player click on button start.
  • Score menu to show the result after each goal.
  • Play sounds when the ball collides with the wall or rackets.