Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 140 Bytes

File metadata and controls

9 lines (6 loc) · 140 Bytes

Cpp_Project

To compile and run the game use the following command:-

make
./game

To clean use the following command:-

make clean