Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 496 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 496 Bytes

6nimmt!

A personal project to play one of my favourite games with my colleagues when everybody is / has to be in home office. It is hosted at: http://6nimmt.ddns.net

Disclaimer: this is by no means a replacement for the fantastic physical card game 6nimmt! by Wolfgang Kramer.

How to Build

  • Prerequisites: Java >= 11
  • for an executable .jar, run ./gradlew bootJar
  • for an executable Docker container, run ./gradlew docker (the docker image is named com.valuedriven/6nimmt)