https://github.com/lon9/ww
Are you a werewolf?
https://github.com/lon9/ww
cli game golang grpc protobuf
Last synced: 9 months ago
JSON representation
Are you a werewolf?
- Host: GitHub
- URL: https://github.com/lon9/ww
- Owner: lon9
- Created: 2018-08-24T07:50:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T02:41:39.000Z (over 7 years ago)
- Last Synced: 2025-04-06T08:35:58.931Z (12 months ago)
- Topics: cli, game, golang, grpc, protobuf
- Language: Go
- Homepage:
- Size: 75.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ww
Command line implementation of "Are you a werewolf?"
## Usage
Compile protobuf and gRPC
```bash
protoc --go_out=plugins=grpc:. proto/*.proto
```
Compile binary
```bash
go get -u
go build
```
Start server
```bash
./ww server
```
Connect clients to server
```bash
./ww client
```