Categorygithub.com/tomknightdev/islanders-golang
module
0.0.0-20241227151811-909cf44d79ec
Repository: https://github.com/tomknightdev/islanders-golang.git
Documentation: pkg.go.dev

# README

Islanders

A game developed in Go.

Requirements

This project currently depends on cgo, so you'll need to install GCC.

Installation

To setup the server using docker:

docker build -t gameserver .
docker run -d gameserver

To run the server:

cd server
go run .

To run the client:

cd client
go run .

# Packages

No description provided by the author
No description provided by the author
No description provided by the author