Skip to content

CleanStrike is a carrom board game played by 2 players with multiple turns

Notifications You must be signed in to change notification settings

bhagat-hrishi/CleanStrike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CleanStrike

It is carrom board game played by 2 players with multiple turns

How To Run

1. Using Cmake

  • Create a directory named build source folder

    mkdir build

  • Go to build directory

    cd build

  • Run CMake command

    cmake ..

  • Build the project

    make

2. To run the Main program execute following in build folder

./CleanStrikeByHrishi

output

3. To run test

  • Go to build/test directory

    cd build/test

  • Run CMake command

    ./CleanStrikeByHrishiTests

output

About

CleanStrike is a carrom board game played by 2 players with multiple turns

Topics

Resources

Stars

Watchers

Forks