Exploring artificial intelligence through interactive games
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 using Alpha-Beta pruning algorithm for optimal move calculation. Experience strategic gameplay against an AI that thinks several moves ahead.
Intelligent RPS opponent using ensemble Markov chain prediction. The AI learns your patterns and adapts its strategy to maximize wins against human players.
Strategic stone collection game powered by Minimax algorithm with dynamic programming optimization. Compete against AI in this classic game theory scenario.
AI-powered Wordle solver that maximizes information entropy to find optimal guesses. Watch as the AI strategically narrows down possibilities with each guess.