___ __ _ _ ___ _
__/\__ / _ \___ / _| ___ _ __ | |_| |__ ___ / _ \__ _| | __ ___ ___ _ __/\__
\ / / /_\/ _ \ | |_ / _ \| '__| | __| '_ \ / _ \ / /_\/ _` | |/ _` \ \/ / | | | \ /
/_ _\ / /_\\ (_) | | _| (_) | | | |_| | | | __/ / /_\\ (_| | | (_| |> <| |_| | /_ _\
\/ \____/\___/ |_| \___/|_| \__|_| |_|\___| \____/\__,_|_|\__,_/_/\_\\__, | \/
|___/
An abstract multiplayer RTS inspired on Galcon written in Golang.
Build the server and the client:
go build ./cmd/server
go build ./cmd/client
Run the server:
./server
Connect clients to the server:
./client -addr IPADDR:PORT
If the server is running locally, simply do:
./client