classic Connect4 in C++
If you every played connect4 as a kid, this game is exactly the same, the only difference is it is a C++ Console Application. Instead of red and yellow chips, there are 0s and 1s.
To run the game:
- Go this repl: https://replit.com/@raunak-singh-inventor/binaryConnectFour?v=1
- and run
./main
Note: If you using Code::Blocks IDE, you can:
- Clone the repo
- Open
.cbpin Code::Blocks and run the game on your local machine