Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 750 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 750 Bytes

Sugokud

CircleCI

Go daemon serving a multiplayer sudoku game.

Build from sources

# Linux users
make linux

# OSX users
make darwin

Binary files are generated in cmd/sugokud directory.

Docker containder

You can package a linux docker image with this:

# This create docker image sugokud:latest
make docker

Once instanciated, this container launch sugokud on TCP port 8080

Contribute

Commit changes

Before any commit, install pre-commit hooks:

pre-commit install

Understand project layout

Inspired from https://github.com/golang-standards/project-layout