go-chess

Event sourcing for a chess game

Code to implement is at handlers/game.go Your task is to make those failing tests pass by implementing the functions in handlers/game.go Run go test ./...

Build the code go build

Run the executable ./go-chess

Go to http://127.0.0.1 (or localhost) and start playing