Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bordalix/chesstr
https://github.com/bordalix/chesstr
chess nostr
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bordalix/chesstr
- Owner: bordalix
- License: mit
- Created: 2022-12-21T12:18:26.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T11:15:28.000Z (8 months ago)
- Last Synced: 2024-05-12T12:26:54.578Z (8 months ago)
- Topics: chess, nostr
- Language: JavaScript
- Homepage:
- Size: 372 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chesstr
### A chessboard powered by Nostr
Want to play chess with a friend anywhere in the world? Presenting chesstr, a virtual chessboard powered by nostr.
Just create a random url and share it with your friend.
The full url is used as the seed for the private key, so the same url means the same key and the same key means the same board.
Using nostr, each client subscribe to itself, and sends an event to itself when the board changes, putting them in sync.
Try it at https://chesstr.pages.dev
This is a self contained app, just clone the repo and open index.html with a browser.