Skip to content

leet4tari/p2p-chess

This branch is 22 commits behind sdbondi/p2p-chess:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e6973a7 · Jun 13, 2022

History

74 Commits
Jun 1, 2022
May 30, 2022
May 23, 2022
May 27, 2022
Jun 13, 2022
May 31, 2022
May 31, 2022
May 31, 2022
May 31, 2022
Feb 25, 2022
Mar 9, 2022
Mar 3, 2022
Feb 25, 2022

Repository files navigation

Privacy Chess ♔

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!

Build

cargo build --release

Dependencies:

libasound-dev
libxcb-shape0-dev
libxcb-xfixes0-dev
libxkbcommon-dev

Usage

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

image

Status

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!

Troubleshooting

Apple users might need to accept Gatekeeper security warning - Safely open apps on your Mac

ToDo

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%