An open API service indexing awesome lists of open source software.

https://github.com/nezteb/live_chess

Chess using Elixir, Phoenix LiveView, and Stockfish
https://github.com/nezteb/live_chess

chess elixir elixir-lang phoenix phoenix-framework stockfish

Last synced: 9 months ago
JSON representation

Chess using Elixir, Phoenix LiveView, and Stockfish

Awesome Lists containing this project

README

          

# Live Chess

## Milestones

1. Singleplayer chess with LiveView
- https://github.com/DOBRO/binbo
2. Login with Lichess
- https://github.com/lichess-org/api/blob/master/example/README.md#login-with-lichess-with-a-web-server-backend
- https://lichess.org/api#section/Introduction/Authentication
- https://github.com/lichess-org/api-demo/blob/master/src/auth.ts
3. Two-player chess with LiveView
4. Basic chess "AI" that makes random (legal) moves
5. Stockfish analysis