Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 757 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 757 Bytes

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