Tic-Tac-Toe-as-a-Service is a Goa Microservice implementation.
- Go-1.12
- GNU/make
- protoc (v3)
go get -u github.com/baccenfutter/tttaas
go install github.com/baccenfutter/cmd/...
git clone https://github.com/baccenfutter/tttaas
make all
docker build -t tttaas .
docker run -it --rm tttaas
Start the server:
tictactoe
tictactoe-cli game new
tictactoe-cli game get -board <id>
tictactoe-clie game move -board <id> -square <square>