Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 326 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 326 Bytes

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:8080 (or localhost) and start playing