/euchre

Euchre game/engine written in Go

Primary LanguageGoMIT LicenseMIT

euchre

A Eucher Game / Engine written in Go

Building

You need Go 1.13+.

First, ensure embedded artifacts are up to date. From outside the project directory, isntall pkger:

go get -u github.com/markbates/pkger/cmd/pkger

Then, run make in the repo root:

make

License

This repository is licensed under the MIT License

See LICENSE.md for details.