A commandline Othello game and experiment using AWS API Gateway WebSocket APIs and AWS Lambda.
Run the client with make run (requires Go).
$ make runRequires Go and Docker Compose.
In one terminal window, start the local server with make serve.
$ make serveIn a second and third terminal window, start the client in local mode with make playlocal.
$ make playlocalRequires Yarn
$ cd web
$ yarn # install dependencies
$ yarn dev # start local dev server