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 .