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