marcusbuffett / command-line-chess

A python program to play chess against an AI in the terminal.
MIT License
496 stars 156 forks source link

Conversation about command-line-chess and lichess #10

Open JoelMon opened 8 years ago

JoelMon commented 8 years ago

Some users are interested in command line support for lichess. Thought you may want to know. Lichess provides a public API that can be used to interact with lichess. https://github.com/ornicar/lila/issues/1853

mattcanty commented 4 years ago

I'm working on my own CLI to play chess. Features are limited, but interested to see what people make of it - https://github.com/mattcanty/lichess-cli/