https://github.com/denvercoder1/connect-4-ai
Connect 4 with an AI using the Minimax algorithm
https://github.com/denvercoder1/connect-4-ai
Last synced: about 2 months ago
JSON representation
Connect 4 with an AI using the Minimax algorithm
- Host: GitHub
- URL: https://github.com/denvercoder1/connect-4-ai
- Owner: DenverCoder1
- License: mit
- Created: 2021-08-25T20:07:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-27T02:07:46.000Z (over 3 years ago)
- Last Synced: 2025-01-16T00:40:18.842Z (3 months ago)
- Language: Python
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Connect-4-AI
Connect 4 with an AI using the Minimax algorithm