Command line connect four game.
Get 4 in a row to win by dropping token in columns.
After downloading and compiling the files:
Java ConnectFour <numPlayers> <rows> <cols>
Option to control number of rows and number of columns
- 1 Player or 2 Player option
- 1 Player will face AI (stupid AI)
- number of rows in the board
- number of cols in the board