Ignacio Guerreronachoguerrero.hashnode.dev·Sep 14, 2023MiniMax AlgorithmI've decided to join an online course on Artificial Intelligence in Python (Harvard CS50AI). And one of the first algorithms they teach you is the MiniMax. Minimax is a search algorithm that allows you to find the next optimal action you can take in ...minimax
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
Dmitry Ronzhinronzhin.hashnode.dev·Nov 4, 2022Minimax in GomokuDuring my bachelor study at MSU we had a very interesting and diverse programming course. In fact it was not a single course, but a series of different courses, where each year we mastered some new algorithms and technologies and then handed our prob...4 likes·52 readspyqt5
Yasmin Archibaldyasmina95.hashnode.dev·Jul 16, 2022The Minimax Algorithm is my Boyfriend NowYou can find the code here: https://github.com/Yasmin-A95/tictactoe Week 3 of my software engineering immersive: design a tic-tac-toe program from scratch. No HTML or CSS to speak of, our first from-the-ground-up project. Jesus help me. Day 1: Furi...48 readsJavaScript