javascript-algorithms icon indicating copy to clipboard operation
javascript-algorithms copied to clipboard

Add MiniMax

Open Kachhadiyn opened this issue 5 years ago • 6 comments

Kachhadiyn avatar Oct 17 '20 14:10 Kachhadiyn

Hey, @Kachhadiyn Can you provide more description about problem??

bghanchi avatar Nov 04 '20 15:11 bghanchi

I think @Kachhadiyn means the Tic Tac Toe algorithm.

ivostoynovski avatar Dec 14 '20 20:12 ivostoynovski

I've never seen it called Tic Tac Toe algorithm. https://en.wikipedia.org/wiki/Minimax

lazarljubenovic avatar Dec 14 '20 22:12 lazarljubenovic

Let me say it another way then: the algorithm used in Tic Tac Toe. https://www.geeksforgeeks.org/minimax-algorithm-in-game-theory-set-3-tic-tac-toe-ai-finding-optimal-move/

ivostoynovski avatar Dec 15 '20 07:12 ivostoynovski

Sure, this specific article you found online uses a game of Tic Tac Toe as an example game for the Minimax. Apart from Minimax being a basic algorithm from game theory and Tic Tac Toe being a basic example of a well-known two-player game, there's no link between two algorithms, neither historically (that I'm aware of) nor conceptually. “The algorithm used in Tic Tac Toe” sounds as if the game of Tic Tac Toe (i.e. its ruleset) is somehow tied to the Minimax algorithm, which is not the case.

lazarljubenovic avatar Dec 15 '20 16:12 lazarljubenovic

Hi, we are four students working on this issue as part of a course in software development.

spelgubbe avatar Mar 04 '22 19:03 spelgubbe