Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 515 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 515 Bytes

User interface data (view), data manipulation (model), and input control (controller) are separated to simplify maintenance and scalability.

How to build

mkdir build
cd build
cmake ..
make

How to run

./pong

Game Options

Menu :
press 1 for SinglePlayer
press 2 for Multiplayer
press 3 for Options

Game Speed : 
press 1 for Slow option
press 2 for Moderate option
press 3 for Fast option

Game Difficulty
press 4 for Easy option
press 5 for Medium option
press 6 for Hard option