Skip to content

Tic-Tac-Toe Golang Implementation (for some golang practice)

Notifications You must be signed in to change notification settings

genndy007/Tic-Tac-Goe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Tic-Tac-Goe

It's a simple implementation of a classic game for two, Tic-Tac-Toe, but for this time in Golang.

How to run

Way 1:

go run .       

Way 2:

go build              
./tic-tac-goe      

Rules

Just type number of cell you want to place your player, X or O.

About

Tic-Tac-Toe Golang Implementation (for some golang practice)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages