/Golang-game

A simple game built with Go.

Primary LanguageGo

A simple tic-tac-toe game

Build with Golang

To compile, type in your app, (You must have your GOPATH pointed to this folder):

  • go install app or make

To run, type in your terminal:

  • go run app

To clean, type in your terminal:

  • make clean