Just for fun & learning.
A simple implementation of negamax algorithm with alpha-beta pruning for tic-tac-toe game.
There is a script scripts/play.py
which enables playing the game with a computer. Some further
checks for user input should be added.