/chess-final-project

Full-stack chess platform

Primary LanguageRust

Architecture

Requirements

Setup

Clone this repository to your local machine, cd into the directory.

IF YOU HAVE CONDA, run conda deactivate BEFORE PROCEEDING
If you have already run make setup, and it fails because conda is activated, deactivate conda and run again: make uninstall && make setup

make setup
source env/bin/activate

Running

Once setup, simply:

make run

Note on test suite

Test suite is located in directory chess_engine_core/tests

Libraries