Simple console chess engine. Just for fun. You can run chess server locally or use my own remote server (while it works).
For a start clone the repository:
git clone --recurse-submodules https://github.com/f01zy/ChessNext compile client with cmake:
cd client
mkdir build
cd build
cmake ..
cmake --build .Then copy servers.txt to build folder and change it, if you have your own server. If you want to run server locally, you need to install bun:
cd server
bun --port=3000 index.ts