Open Kachhadiyn opened 4 years ago
I think @Kachhadiyn means the Tic Tac Toe algorithm.
I've never seen it called Tic Tac Toe algorithm. https://en.wikipedia.org/wiki/Minimax
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/
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.
Hi, we are four students working on this issue as part of a course in software development.
Hey, @Kachhadiyn Can you provide more description about problem??