This repository has been archived on 2025-06-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
prog2-catan/README.md
2025-06-06 19:22:24 +02:00

17 lines
202 B
Markdown

# Städte und Straßen
Städte und Straßen ist ein Siedler von Catan-Klon.
## Funktionen
* TBA
## Kompilieren
Im Wurzelverzeichnis:
```sh
make build
```
Für eine jar-Datei:
```sh
make package
```