Connect 4 This is text based Connect 4 in MIT Scheme. There's an AI player that uses minimax with alpha beta pruning to play against. It looks a bit like this: