This is a game of five in a row (Korean: Omok; Japanese: Gomoku) developed in Python 3.8. It supports CLI & GUI, and an artificial intelligence module which can play against a player or against itself.
You can start playing with the following command:
python3 run.py
To play against another person, or make AI fight against itself, modify omok.py in omok folder.
JavaScript version of the game engine is available in the directory web_release/
and it is live here (https://stuartsul.github.io/Five_in_a_Row/) without support for artificial intelligence.