Connect 4 game with single and two player mode
Single player mode AI uses minimax with alpha beta pruning along with legacy precomputed tables to provide optimal moves
To run load main connectfour.java file. Tested using Eclipse IDE, should work best using that