Ever get tired of chess.com sharing your catastrophic blunders with the world? Introducing privacy-chess, an end-to-end encrypted chess game using the tari testnet network and no servers!
cargo build --release
Dependencies:
libasound-dev
libxcb-shape0-dev
libxcb-xfixes0-dev
libxkbcommon-dev
Install the tor proxy.
The tor proxy is automatically started, if the binary is in your PATH
.
On mac, if brew is installed, from the command line run brew install tor
.
# Simply run p2p-chess, `.p2pchess` will be created in that folder with your secret network identity
# and saved games.
p2p-chess
# If you prefer to use an existing tor proxy, use:
p2p-chess --local-tor-control-port <tor_control_port> # or -t 9051 for short
This is very alpha toy software and has been put together as quickly as possible. There are bugs and there are no guarantees that you'll be able to finish each game. Feedback, Bug reports and/or PRs are appreciated!
Apple users might need to accept Gatekeeper security warning - Safely open apps on your Mac
- Game features
- Sound!
- Confirm move before submitting it
- Promotion to piece other than queen
- CI for binary releases
- Apple - Intel (x86-64)
- Apple - M1 (ARM64)
- Linux - x86-64
- Linux - ARM64
- Windows
- Improve the binary release
- include signed
- execution enabled
- archived
- include checksums for verification