Gomoku-with-AI-and-GUI This is the Gomoku Game. AI is implemented by MiniMax and Alpha-Beta algorithm. GUI is implemented by PyQt. How to run Install PyQt5 pip install PyQt5 Run mian.py python main.py