Gomoku AI
https://github.com/niknal357/tictac2/
It’s exactly what it sounds like. I made a Gomoku game with some AIs. The game is written in Python using Pygame. It’s very unoptimized, but it works. The AIs are very simple, and I can beat them because I know their weaknesses. I hope to improve the AIs in the future, though I will likely remake the project in a more performant language.
Other projects