/MultiPlayer_TicTakToe

Multiplayer TicTacToe game in go

Primary LanguageGo

Mulitplayer TicTakToe game using TCP socket

to play the game just git clone it then use

go run main.go --host

to host the game then use same file to join it by using

go run main.go

and enjoy it