Skip to content

shurcooL/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages