A simple game of tic-tac-toe except its against an AI 🤖 that will never lose!
Try it out: https://tricky-tac-toe.netlify.app
- The AI is implemented with minimax algorithm
- Each time you make a move, the AI determines the next best move to make using the algorithm
- Algorithm implemented with JavaScript and website created with SvelteKit
- Learn more about minimax: https://www.geeksforgeeks.org/minimax-algorithm-in-game-theory-set-1-introduction/?ref=lbp