/tic-tac-toe

simple tic-tac-toe game

Primary LanguageGo

Tic-tac-toe

It's a little game that you can play with someone in your terminal. Made in Go!

Installation

ATTENTION: Make sure your $GOPATH env variable is configured correctly.

Install Golang here and its dependencies. Then, run go install github.com/ocidenttal/tic-tac-toe@latest on your terminal. You're ready to go!