AI Game Projects

Exploring artificial intelligence through interactive games

Welcome to My AI Laboratory

A collection of intelligent game projects showcasing different AI algorithms and techniques. Each game demonstrates unique approaches to artificial intelligence, from pattern recognition to strategic decision-making.

Checkers AI
Adversial Search

Checkers AI using Alpha-Beta pruning algorithm for optimal move calculation. Experience strategic gameplay against an AI that thinks several moves ahead.

Alpha-Beta Pruning Minimax Game Tree
Rock Paper Scissors AI
Stochastic Analysis

Intelligent RPS opponent using ensemble Markov chain prediction. The AI learns your patterns and adapts its strategy to maximize wins against human players.

Markov Chains Pattern Learning Ensemble Methods
Stone Game
Dynamic Programming

Strategic stone collection game powered by Minimax algorithm with dynamic programming optimization. Compete against AI in this classic game theory scenario.

Minimax Dynamic Programming Game Theory
Reverse Wordle AI
Information Theory

AI-powered Wordle solver that maximizes information entropy to find optimal guesses. Watch as the AI strategically narrows down possibilities with each guess.

Entropy Maximization Information Theory Word Analysis