Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 487 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 487 Bytes

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