Skip to content

Connect 4 playing robot implemented with alpha beta pruning algorithm.

Notifications You must be signed in to change notification settings

drbearcub/connectfourAI

Repository files navigation

To build : 
javac *.java

To Run :
  1. Play with another human player : java main
  2. Play against Monte Carlo AI, letting the robot go first. :
	 java main -p1 MonteCarloAI
  3. Let our Robot play against Monte Carlo AI, letting my robot go first :
	 java main -p1 DavidAI -p2 MonteCarloAI


About

Connect 4 playing robot implemented with alpha beta pruning algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published