This is a command line Java Client for our multiplayer gRPC game of Simon!
$ mvn compile
$ mvn package
$ java -jar target/simonsays-1.0-SNAPSHOT.jar
There is also a Docker image, if you want to run it inside Docker
$ docker build -t simonsays-java .
$ docker run -it simonsays-java
Apache 2.0
This is not an official Google Product.