repositorypackage
0.0.0-20210504234246-a34b7b6b73aa
Repository: https://github.com/hlin91/cs3800_tictactoe.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Remote TicTacToe
2-player tic tac toe over TCPHow to run
Start the server with go run server.go
. Start the client with go run client.go
.
The server will wait for 2 clients to connect before starting the game.