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
- Host: GitHub
- URL: https://github.com/krikoset-2/conect4
- Owner: Krikoset-2
- License: mit
- Created: 2024-12-28T21:59:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-28T22:15:59.000Z (over 1 year ago)
- Last Synced: 2025-06-02T06:33:58.258Z (about 1 year ago)
- Topics: cpp, game, terminal-game
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.