Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Console chess engine

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Contributors

Languages