An example of tic tac toe game aka "крестики и нолики"
Primary LanguageGo
server
go run cmd/server/main.go -listen :8999
on clients
nc localhost 8999