Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.17 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.17 KB

Deep-Gomoku-Engine

Introduction

The zero-sum game is a fascinating and challenging sub-area of artificial intelligence and the combinatorial game theory. In order to investigate the performance, feasibility and effectiveness of different AI algorithms and techniques in detail, this project focus on applying multiple customised AI strategies, and combining approaches and ideas from existing literature and resources to a specific strategy board game -- Gomoku, which is a typical and well-known zero-sum game. The main goal of the project is not building a powerful Gomoku AI agent, but is investigating and comparing the efficiency and effectiveness of different AI approaches.

The program looks like this: alt text

Usage

  1. Make sure you have JRE8(Jave Runtime Environment 8) or later version installed
  2. Double click out/artifacts/JGomuku_jar/JGomuku.jar to run the game

The UML diagram of this project is illustrated below: alt text