Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 736 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 736 Bytes

Five in a Row (Omok; Gomoku)

Gameplay Example

Overview

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.

Web Version

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.