An open API service indexing awesome lists of open source software.

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?

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
```