Skip to content

philipf/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

tictactoe

tic-tac-toe game implemented in golang with game tree logic.

How to run?

The easiest way is using Docker:

docker run --rm -it philipf/tictactoe:alpine

Alternatively build from source:

  1. Install golang
  2. Get the tictactoe source from github
go get github.com/philipf/tictactoe
  1. Install the tictactoe source
go install github.com/philipf/tictactoe
  1. Run on Windows:
%GOPATH%/bin/tictactoe

About

tic-tac-toe game implemented in golang with game tree logic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors