Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.12 KB

CommandLine.md

File metadata and controls

36 lines (25 loc) · 1.12 KB

Command-Line Usage

Launch the project without arguments

./ChessNeuNeu

Will make human player play as White color against the neural network as Black color.

Launch the project with arguments

./ChessNeuNeu --white <player> --black <player> [--fen <board>]

Where different players are:

Implicit options will make human player play as White color against the neural network as Black color.

Optional:

Command-Line Example

./ChessNeuNeu --white stockfish --black human --fen "4k3/8/8/8/8/8/4P3/4K3 w - -"