manoj sharmatechii.hashnode.dev·Jan 10, 2024What is Alpha-Beta PruningAlpha-Beta Pruning is an optimization technique used in game-playing algorithms, especially in minimax search algorithms, to reduce the number of nodes evaluated in the search tree. It is commonly employed in games like chess, checkers, and tic-tac-t...what is alpha beta pruning
Sanjib Maharjancshanjib.hashnode.dev·Jul 3, 2023Creating Unbeatable TicTacToe Game in Flutter using Minimax Algorithm with Alpha Beta Pruninghttps://www.youtube.com/watch?v=H98Pvej2SE0 Hello everyone, and welcome to another tutorial on Flutter. In today's session, we will build a tic-tac-toe game using the Flutters Casual Game Toolkit. To begin with, we will create a multiplayer mode wh...10 likes·44 readsFlutter