Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.25 KB

File metadata and controls

53 lines (39 loc) · 1.25 KB

GitHub contributors License GitHub issues Build Status


Logo

s_engine - Shatranj_Engine

A chess engine made with python.




Logo

Runing the pygame version


  1. Clone the repo
git clone https://github.com/thisIsShubhamSharma/s_engine
  1. Install requirements
pip3 install -r requirements.txt
  1. Start the engine
python3 chess_main.py

TODO

  1. improve the UI
  2. improve the readme
  3. fix bugs
  4. rewrite in C++ or RUST