This project implements a search for optimal moves in the computer game "Buckshot Roulette" by Mike Klubnika. The executable BRsimulation.exe runs a benchmark test of the current implemented algorithm ...
This is an AI player of the game 2048. The AI player uses the expectiminimax algorithm with alpha-beta pruning and iterative deepening search to find the best move. The AI player also uses heuristics ...