/karen11

Chess engine for school project

Primary LanguageC++GNU General Public License v3.0GPL-3.0

karen11

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.
Karen in terminal

Installation

You'll need cmake and C++17 compiler to build the program.

  1. Clone the repository on your machine:
git clone https://github.com/LLLida/karen11
  1. Create build directory:
cd karen11
mkdir build
cd build
  1. Build the program:
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .
  1. Install the program(optional):
cmake --install .        # Requires cmake 3.15 or newer

Usage

  1. Install Karen.
  2. Launch Karen in command prompt.
  3. Play!

Play with unicode output

License

Copyright (c) 2021 Adil Mokhammad
Karen is made available under the terms of the GPLv3 license.
See license for details.