Skip to content

jimng/Gomoku-AI-Simulation-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

You need to install ncurses for starting the program:

Installing the ncurses library in Debian/Ubuntu Linux:

sudo apt-get install libncurses5-dev

Installing the ncurses library in CentOS/RHEL/Scientific Linux 6.x/7.x+ and Fedora Linux 21 or older

sudo yum install ncurses-devel

Compilation

Compiler the program by

make

Usage

./game <Player-type> <Player-type>

<Player-type> - Player defined, e.g. Human, Random, Minimax

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published