Skip to content

Pong Game

Philipp van Kempen edited this page Apr 19, 2020 · 3 revisions

The Pong Game application can be found on the pong branch of this repository.

Screenshot

Screenshot 1

Details

  • Implementation of a Classical 2-Player Pong gaming application.
  • The left and right paddle can be controlled using the WASD and arrow keys.
  • The code can be used as an inspiration for parts of the final project.

Warning

  • The pause function is currently not working correctly.