This is the game server that runs behind the multiplayer version of Simon!
It runs on several pieces of technology:
To deploy the entire thing, from creating the Kubernetes cluster, to building the docker images and having them run
on the cluster, use make all, which will run all the steps in order, and give you a running server.
A break down of each of the pieces in this server.
To create the Kubernetes cluster, read the Infrastructure ReadMe.
To generate the gRPC code, compile the go code into a static binary, and create the docker file,
run make build.
To push this Docker image up to the Google Container Registry, run make push.
To deploy the image, and the Redis service to Kubernetes, read the Deploy ReadMe
Apache 2.0
This is not an official Google Product.