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
- Host: GitHub
- URL: https://github.com/nezteb/live_chess
- Owner: Nezteb
- License: apache-2.0
- Created: 2023-04-13T15:46:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T00:46:09.000Z (almost 2 years ago)
- Last Synced: 2024-08-10T19:53:22.260Z (almost 2 years ago)
- Topics: chess, elixir, elixir-lang, phoenix, phoenix-framework, stockfish
- Language: Elixir
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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