-
Notifications
You must be signed in to change notification settings - Fork 0
drbearcub/connectfourAI
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published