soumyadeep9474 / Tic-Tac-Toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Go 97.7%Language:Makefile 2.3%