Categorygithub.com/EsGeh/tictactoe-golang
repositorypackage
0.0.0-20210610122509-9b0a782452ce
Repository: https://github.com/esgeh/tictactoe-golang.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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 .