minimax
Projects with this topic
-
-
Terminal implementation of tic-tac-toe game with minimax implementation written in rust
Updated -
Simple TicTacToe in Python using multiple clients(front ends) with a re-useable game engine with different sets of players(human, randomized computer player and an unbeatable AI using a simple minimax algorithm).
Updated -
2048 Game AI solver made with Python, and GUI with PyGame. Uses NumPy, openpyxl, pandas.
Updated -
-
Minimax player with alpha-beta pruning for a othello like board game
Updated -
SimpleSearchy is a chess engine that uses UCI to communicate to any chess gui including it's own text based gui (Simple Gui). SimpleSearchy uses minimax with alpha-beta pruning to find the best moves. All code is pure python 3.
Updated -
Implementação em Jogo da Velha aplicando o algoritmo minimax como inteligência artificial do oponente.
Updated -
Tic Tac Toe solver. Minimax tree, F# implementatnion
UpdatedUpdated