Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 656 Bytes

File metadata and controls

29 lines (22 loc) · 656 Bytes

Console chess engine

Simple console chess engine. Just for fun. You can run chess server locally or use my own remote server (while it works).

Preview

preview

Run Locally

For a start clone the repository:

git clone --recurse-submodules https://github.com/f01zy/Chess

Next 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