https://github.com/ckaznable/zkp-cli
p2p paper scissors rock game in cli
https://github.com/ckaznable/zkp-cli
cli game p2p
Last synced: about 1 month ago
JSON representation
p2p paper scissors rock game in cli
- Host: GitHub
- URL: https://github.com/ckaznable/zkp-cli
- Owner: ckaznable
- License: mit
- Created: 2023-02-23T14:52:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-24T00:47:40.000Z (about 3 years ago)
- Last Synced: 2025-03-01T02:46:10.907Z (over 1 year ago)
- Topics: cli, game, p2p
- Language: Rust
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zyan-Ken-Pa
p2p paper scissors rock game in cli
---
## Installation
### Install from Github Release
Download the last version binary depending on your configuration here: [Release Page](https://github.com/ckaznable/zkp-cli/releases/latest)
## Usage
```shell
Usage: zkp-cli [OPTIONS]
Options:
--host make host
-c, --connect target host ip [default: ]
-h, --help Print help
-V, --version Print version
```
host:
```shell
zkp-cli --host
```
guest:
```
zkp-cli -c
```