Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.48 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.48 KB

tictactoe

Go Reference Build Status

Package tictactoe defines the game of tic-tac-toe.

Installation

go get github.com/shurcooL/tictactoe

Directories

Path Synopsis
cmd/tictactoe tictactoe plays a game of tic-tac-toe with two players.
player/bad Package bad contains a bad tic-tac-toe player.
player/human Package human contains a human-controlled tic-tac-toe player.
player/perfect Package perfect implements a perfect tic-tac-toe player.
player/random Package random implements a random player of tic-tac-toe.

License