An open API service indexing awesome lists of open source software.

https://github.com/krikoset-2/conect4

its a game about conecting 4 O
https://github.com/krikoset-2/conect4

cpp game terminal-game

Last synced: 12 months ago
JSON representation

its a game about conecting 4 O

Awesome Lists containing this project

README

          

# Connect Four Game

A Connect Four game where you can play against the computer. The computer uses a perfect AI with the minimax algorithm.

## How to Play

1. Choose a column (1-7) to drop your piece.
2. The computer will take its turn after you.
3. First to align four pieces wins!

## Easter Eggs

- **Bot vs Bot**: Type `bb` to watch the bots play.
- **Bot Move**: Type `bot` to let the computer play for you.
- **Change Colors**: Type `#RRGGBB` to change the player's color or `c#RRGGBB` for the computer.

Enjoy the game!

## License

MIT License.