Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 233 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 233 Bytes

Console pong

Simple recreation of the Pong game to be run on console. Created using the C++ Standard library.

Controls

  • s: move paddle 1 down
  • w: move paddle 1 up
  • j: move paddle 2 down
  • k: move paddle 2 up
  • r: reset scores