News

It is a simple made-by-me minimax algorithm fitted into a game of tic-tac-toe. It is written in Python and does not use any libraries that need to be installed via pip. Idea was to try writing more of ...
Tic Tac Toe Game with AI (Minimax + Alpha-Beta Pruning) This is a simple Tic Tac Toe game built with Python and Tkinter, featuring a smart AI opponent using the Minimax algorithm with Alpha-Beta ...