Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 536 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 536 Bytes

Chess

A Chess program inspired by Coding Adventure: Chess AI.

The Trompowsky Attack opening

Installation

You can use cmake to build chess.

mkdir build && cd build
cmake ..
make -j8

Usage

chess [FEN]

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure tests are up-to-date as appropriate.

License

MIT