Skip to content

oshankkumar/tic-tac-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tic-tac-go

TIC-TAC-TOE game in Golang

Build

git clone https://github.com/oshankkumar/tic-tac-go.git
cd tic-tac-go
go build -o tictactoe

Run (Go native)

./tictactoe

This will start hosting the game server on your local machine

You can use telnet or nc client to connect to server

Give this command from any other machine to connect to server

telnet [ ip_addr_of_your_server_machine ] 8000

or You can give this command from any other terminal of your local machine

telnet localhost 8000

About

TIC-TAC-TOE game in Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages