https://github.com/thethirdone/connect4-solver
A program in go to find an optimal strategy to win in connect 4 given any starting condition.
https://github.com/thethirdone/connect4-solver
Last synced: 7 months ago
JSON representation
A program in go to find an optimal strategy to win in connect 4 given any starting condition.
- Host: GitHub
- URL: https://github.com/thethirdone/connect4-solver
- Owner: TheThirdOne
- License: mit
- Created: 2015-03-02T00:08:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-02T08:33:17.000Z (over 10 years ago)
- Last Synced: 2025-01-22T08:42:42.373Z (over 1 year ago)
- Language: Go
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# connect4-solver
A program in go to find an optimal strategy to win in connect 4 given any starting condition.