/tictactoe-golang

programming exercise - tic tac toe in go

Primary LanguageGo

Tic Tac Toe in Golang

This is mainly intended as an exercise in programming with Go. The implementation is still incomplete. This is work in progress.

Screenshot of the Game

Prerequisits

Installation

$ git clone https://github.com/EsGeh/tictactoe-golang.git
$ cd tictactoe-golang/

Run Game

simple clone this repository into some local directory:

$ go run .

Run Tests

$ go test .