Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 533 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 533 Bytes

Pong

A clone of one of the most classic Atari games made in the early 1970s.

Developed under the SDL framework version 2.0.4 using Visual Studio 2015 Community Edition.

TO-DO List

  1. Add a message to the front of the screen on how to start the game.
  2. End the game after either the left paddle or right paddle get 9 points with a message as well as the ability to play again or quit the game.
  3. Add a menu to the game with the ability to change the height of paddles, the speed of the AI paddle and the difficulty of AI.