If you love Chess use this instead of Chess.com

you are viewing a single comment's thread
view the rest of the comments
[–] 25 points 2 years ago (1 child)

Long ago, I made an app that controlled a headless Firefox instance and would manipulate a Chess.com webpage via an API. Then I found a guy to help build a custom wooden chess board I could monitor with an ESP32 and make calls to that API for moves, bridging a real board in a DIY setup. Never did finish the board, but realizing now I should have released the API layer.

In any event, glad Lichess exists.

  • source
  • hideshow 2 child comments
  • [–] 5 points 2 years ago (2 children)

    How does it display opponent moves?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 2 points 2 years ago

    An LED in the corner of each square would light up an existing piece and the place to move it to. The Pi would ping the API, which would compare the current location to the board on the webpage to determine the change.

  • source
  • parent