Skip to content

KeKsBoTer/durak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Simon Niedermayr
Jul 2, 2018
f03492f · Jul 2, 2018

History

11 Commits
Jun 25, 2018
Jun 25, 2018
Jul 2, 2018
Jul 2, 2018
Jun 22, 2018
Jun 24, 2018
Jun 22, 2018
Jul 2, 2018
Jul 2, 2018

Repository files navigation

Durak - Card playing game

The goal of this project is to create the card playing game durak as a web app.

This project is very new and currently under heavy development so do not expect working builds.

The web part is located in a own repository under KeKsBoTer/durak-webapp.

Installation

Clone the repository with:

go get github.com/KeKsBoTer/durak

Run with Makefile:

make deps # install dependencies
make      # build and run

Without Makefile:

go get ./...` # install dependencies
go build -o durak github.com/KeKsBoTer/durak/cmd # build (for windows: -o durak.exe)
./durak # run (for windows: durak.exe)

Releases

No releases published

Packages

No packages published