Tic Tac Toe
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
cmd/tictactoe
.arclint
.gitignore
LICENSE
README.md
tictactoe.go
tictactoe_test.go

README.md

tictactoe Codeship Badge

A golang impementation of Tic Tac Toe Built to practice TDD in golang, and as a simple programming exercise.