PascalPons / connect4

Connect 4 Solver
GNU Affero General Public License v3.0
273 stars 50 forks source link

Connect 4 Game Solver

This C++ source code is published under AGPL v3 license.

Read the associated step by step tutorial to build a perfect Connect 4 AI for explanations.