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

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.

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.