Navigation Menu

Skip to content

KenanA95/Connect6

Repository files navigation

Connect6

Play Connect 6 in the terminal against an AI agent. Programmed with Alpha Beta Pruning algorithm

Instructions

Input arguments

  1. Size of the board
  2. -h for human -c for computer (the black player)
  3. First player name
  4. -h for human -c for computer (the white player)
  5. Second player name

Example "java Driver 7 -h Kenan -h Tim"

For increased difficulty change the max depth setting in Player.java

About

Connect 6 AI with Alpha Beta Pruning algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages