Ultimate Tic-Tac-Toe against AI
-
Updated
Jan 20, 2023 - C++
Ultimate Tic-Tac-Toe against AI
Link Presentation : https://youtu.be/JfNR6zEKbc4
A chess playing program written in C++, This will include some AI search algorithms and Game theory algorithms as it progresses.
A gomoku player via Min-Max Search and Alpha-Beta Pruning, running on https://botzone.org.cn/
TicTacToe on endless field against minmax algorithm.
北京大学大一计算概论五子棋大作业,使用win32和alpha-beta剪枝的minmax搜索。
How about playing a chess game in animated forms! 😉 https://simmer.io/@soe_myat_myat/animated-chess
Project for CS 682: Artificial intelligence
In this project, we develop a player logic for a variant of the Morris game using AI concepts.
Add a description, image, and links to the minmax-alpha-beta-pruning topic page so that developers can more easily learn about it.
To associate your repository with the minmax-alpha-beta-pruning topic, visit your repo's landing page and select "manage topics."