Go daemon serving a multiplayer sudoku game.
# Linux users
make linux
# OSX users
make darwinBinary files are generated in cmd/sugokud directory.
You can package a linux docker image with this:
# This create docker image sugokud:latest
make dockerOnce instanciated, this container launch sugokud on TCP port 8080
Before any commit, install pre-commit hooks:
pre-commit installInspired from https://github.com/golang-standards/project-layout