Text console-based Connect Four game. First player to connect four disks of the same color wins. Disks can be connected horizontally, vertically or diagonally.
There are three game modes available:
- Human vs Human
- Human vs AI
- AI vs AI
To start the game run:
npm run devTo execute tests and start the game after run:
npm run allTo execute tests run:
npm run test