Skip to content

deloschang/Connect-4-AI

Repository files navigation

Connect 4 AI
=-=-=-=-=-=-=-=
* A Connect 4 AI that plays using Game Tree Search, alpha-beta pruning and odd-even search


=-=--=-=--=-=-=

How to Play

1. Add the Connect4.jar to your build path (this loads the JFrame and Graphics)
  a. In Eclipse, on your project folder, go to 'Properties' then 'Add JARs'. 
  b. Select the Connect4.jar
  ** Alternatively, you can remove the Connect4Graphical and play via Text View in Connect4Text.java 

2. Run the Connect 4 game via Connect4.java

3. Follow instructions to play against another Human or another Computer!


About

AI for my favorite strategy game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages