Image
Tic Tac Toe

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.

Image
New Game: Platformer XYZ

A simple platformer.