项目作者: pawel-kieliszczyk

项目描述 :
Gomoku game
高级语言: C++
项目地址: git://github.com/pawel-kieliszczyk/gomoku.git
创建时间: 2017-04-24T18:58:21Z
项目社区:https://github.com/pawel-kieliszczyk/gomoku

开源协议:

下载


Gomoku

Play Gomoku versus another human or Artificial Intelligence.

Implemented various AI strategies:

  • Minimax
  • Minimax + Alpha-beta pruning
  • Monte Carlo Tree Search

Coming soon:

  • Neural Networks

How to play

Downlaod source code:

  1. git clone https://github.com/pawel-kieliszczyk/gomoku.git

Compile:

  1. cd gomoku
  2. bazel build source:app

Play:

  1. ./bazel-bin/source/app