Skip to content

An abstract multiplayer RTS inspired on Galcon written in Golang.

Notifications You must be signed in to change notification settings

dakerfp/go-for-the-galaxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

          ___         __              _   _              ___      _                         
__/\__   / _ \___    / _| ___  _ __  | |_| |__   ___    / _ \__ _| | __ ___  ___   _  __/\__
\    /  / /_\/ _ \  | |_ / _ \| '__| | __| '_ \ / _ \  / /_\/ _` | |/ _` \ \/ / | | | \    /
/_  _\ / /_\\ (_) | |  _| (_) | |    | |_| | | |  __/ / /_\\ (_| | | (_| |>  <| |_| | /_  _\
  \/   \____/\___/  |_|  \___/|_|     \__|_| |_|\___| \____/\__,_|_|\__,_/_/\_\\__, |   \/  
                                                                               |___/        

An abstract multiplayer RTS inspired on Galcon written in Golang.

How to run

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

About

An abstract multiplayer RTS inspired on Galcon written in Golang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages