juanezamudio / Connect4AI

A Connect Four AI that uses minimax to a depth of at least 6 with a decent evaluation function. It potentially beats a minimax AI which goes to a depth of 5 and has a very basic evaluation function.

Home Page:http://www.cs.pomona.edu/~wdevanny/cs181q/lp2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connect4I

© Copyright Notice

This project is part of a Graph Algorithms course taught at Pomona College by Visiting Professor, William Devanny. My only contribution to this project is my implementation of the eval and minimax functions in the Connect4AI class. Any other work in this project is subject to copyright laws under the MIT License.

About

A Connect Four AI that uses minimax to a depth of at least 6 with a decent evaluation function. It potentially beats a minimax AI which goes to a depth of 5 and has a very basic evaluation function.

http://www.cs.pomona.edu/~wdevanny/cs181q/lp2/


Languages

Language:Java 100.0%