Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 298 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 298 Bytes

2 Person Pong-Game

This is a 2 person pong game created on Turbo C++ (Borland C) in graphics mode. The rules are simple-

  1. Press 'w' to move up and 'z' to move down for player 1.
  2. Press 'i' to move up and 'm' to move down for player 2.

I have uploaded both the exe and txt files for my code.