Skip to content

armsnyder/othelgo

Repository files navigation

Othelgo

A commandline Othello game and experiment using AWS API Gateway WebSocket APIs and AWS Lambda.

Play the game

Run the client with make run (requires Go).

$ make run

Local development

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

Web Client (Experimental)

Requires Yarn

$ cd web
$ yarn      # install dependencies
$ yarn dev  # start local dev server