Giter VIP home page Giter VIP logo

lichess-with-a-real-board's Introduction

Lichess with a real board

Software that enables you to connect your real life chess board to Lichess.org . Using computer vision it will detect the moves you make on your chess board. After that, if it's your turn to move in the online game, it will send your move to Lichess servers using Lichess Board API . This project is Lichess-only version of my project Play online chess with real chess board .

GUI

You need to run the GUI to do the steps in Setup and Usage sections and customize how you use the software.

Setup

  1. Generate a Lichess API Access Token. Then, enter the token to the GUI.

  2. Place your webcam near to your chessboard so that all of the squares and pieces can be clearly seen by it.

  3. Remove all pieces from your chess board.

  4. Click "Board Calibration" button.

  5. Check that corners of your chess board are correctly detected and press key "q" to save detected chess board corners. You don't need to manually select chess board corners; it should be automatically detected by the program. The upper left square, which is covered by points (0,0), (0,1),(1,0) and (1,1) should be a8. You can rotate the image by pressing the key "r" to adjust that. Example chess board detection result:

Usage

  1. Place pieces of the chess board to their starting position.
  2. Start the Lichess game.
  3. Click "Start Game" button.
  4. Wait until it says "game started".
  5. Make your move if it's your turn, otherwise make your opponent's move.
  6. Notice that it actually makes your move in the Lichess game, if it's your turn. Otherwise, wait until it says the starting and ending squares of the opponent's move.
  7. Go to step 5.

Video

In this section you can find video content related to the software.

Playing a game on Lichess.org, using lichess-with-a-real-board software, created by Alper Karayaman.

SergeiKolupajev vs LastPawn Standing game on Lichess.org

Required libraries

  • opencv-python
  • python-chess
  • numpy
  • pyttsx3
  • scikit-image
  • pygrabber
  • mac-say
  • berserk

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.