Skip to content

theanshumaangupta/Chess-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting up Virtual Environment

  1. Create a virtual environment named "venv" for this project.
    python -m venv venv
    
  2. Activate the virtual environment.
    • On Windows:
      venv\Scripts\activate
      
    • On macOS and Linux:
      source venv/bin/activate
      

Downloading Stockfish

  1. Download Stockfish from Stockfish Chess.
  2. Replace the path of your Stockfish engine with 'PATH_TO_YOUR_STOCKFISH_ENGINE' in engine.py.

Customizing Sprites

  1. Replace all the sprites according to your own screen if needed.

Running the Project

  1. Install the required dependencies.
    pip install -r requirements.txt
    
  2. Run the project.
    python main.py
    

Additional Notes

  • Make sure to have Python installed on your system.
  • Ensure that the virtual environment is activated before running the project.
  • Customize the project further as needed by modifying the code and assets.

Enjoy working on your Python project!

About

A python script to analyze the chess board from the screen (Specifically from the lichess.org) and gives the best move according to it

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages