Skip to content

eddiefleurent/Connect4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect4

Connect Four command line game - carnival style ;)

Inspired by the perfect connect 4 player created by Pascal Pons http://blog.gamesolver.org/solving-connect-four/01-introduction/ It's nowhere near that good. But this one at least tries to be funny.

Uses negamax algorithm to solve positions. Pascal describes several optimizations to be made, this is simply the first step mixed in with "The Perfect Game" to help in the early game.

Instructions

  1. cd into "app"
  2. Execute ./Main start the program and follow the prompts. Don't get too initimidated by it :D

About

Connect Four game - Human vs Carnival AI Solver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published