tic-tac-toe game implemented in golang with game tree logic.
docker run --rm -it philipf/tictactoe:alpine
- Install golang
- Get the tictactoe source from github
go get github.com/philipf/tictactoe
- Install the tictactoe source
go install github.com/philipf/tictactoe
- Run on Windows:
%GOPATH%/bin/tictactoe