Tic Tac Toe with 3 difficulties: Easy, Standard, and Impossible. The Impossible difficulty uses a minimax algorithm with alpha-beta pruning to save resources. The Standard difficulty merely looks one move ahead.
A simple platformer.