Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 523 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 523 Bytes

WICE

A single-threaded chess engine written in object-oriented C++ that allows the computer to beat opponents ranked as high as 1800 ELO.

Key features of this engine include:

  • C++ 17 speed;
  • An estimated rating of 1800 ELO;
  • Windows & Linux compatibility.

License

The code is availabe under the MIT license.