Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 276 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 276 Bytes

Air-Hockey

Air hockey game is can be played by two people using keyboard. To make code run in linux follow the below commands:

mkdir build
cd build
cmake ..
make
cd ..

Once the setup is done the game can be started by the following command

./main