Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 401 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 401 Bytes

Doppelkopf

Doppelkopf Card game implementation in Java

requirements

  • Java (JDK 7 or above)
  • Apache Ant

what works

  • Cards handling
  • Inventory
  • Tui
  • basic game mechanics

what doesn't

  • RULES (currently there is only a default game)
  • Player Table (A table that doesn't know everything)
  • Gui

how to build

  1. git clone https://github.com/glor/Doppelkopf.git
  2. ant dist
  3. ant run