Karen11
is lightweight chess engine written in C++17 for school project. She doesn't play very good but can beat a regular human.
At the moment Karen
is only tested on MS Windows and GNU Linux. I'd very thankful if you will try to launch Karen
on other platform and tell me how it was.
You'll need cmake and C++17 compiler to build the program.
- Clone the repository on your machine:
git clone https://github.com/LLLida/karen11
- Create build directory:
cd karen11
mkdir build
cd build
- Build the program:
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .
- Install the program(optional):
cmake --install . # Requires cmake 3.15 or newer
- Install Karen.
- Launch Karen in command prompt.
- Play!
Copyright (c) 2021 Adil Mokhammad
Karen
is made available under the terms of the GPLv3 license.
See license for details.