Version 1.0.0 (2024-12-29): Material ZPG (2018)

This commit is contained in:
Thomas Schaller 2024-12-29 13:01:46 +01:00
parent a6a8c6d8c1
commit badb538203
65 changed files with 437 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<protokoll name="galgenmaennchen">
<nachricht>
<text>BIN BEREIT.</text>
<text>WORT HAT</text>
<ziffer />
<ziffer />
<text>BUCHSTABEN.</text>
</nachricht>
<nachricht>
<text>PROBIERE</text>
<buchstabe />
</nachricht>
<nachricht>
<buchstabe />
<text>IST AN POSITION</text>
<ziffer />
<ziffer />
</nachricht>
<nachricht>
<text>KEINE WEITEREN POSITIONEN</text>
</nachricht>
<nachricht>
<buchstabe />
<text>KOMMT NICHT VOR</text>
<text>NOCH</text>
<ziffer />
<text>STRICHE ÜBRIG</text>
</nachricht>
<nachricht>
<text>WORT WURDE ERRATEN</text>
</nachricht>
</protokoll>

View file

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<protokoll name="mastermind">
<nachricht>
<text>TIPPE</text>
<buchstabe />
<buchstabe />
<buchstabe />
<buchstabe />
</nachricht>
<nachricht>
<text>ALLES RICHTIG</text>
</nachricht>
<nachricht>
<text>NOCH FEHLER</text>
<ziffer />
<ziffer />
</nachricht>
<nachricht>
<text>BIN BEREIT</text>
</nachricht>
</protokoll>

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<protokoll name="schiffeversenken">
<nachricht>
<text>SCHIESSE AUF</text>
<buchstabe />
<ziffer />
</nachricht>
<nachricht>
<text>WASSER</text>
</nachricht>
<nachricht>
<text>TREFFER</text>
</nachricht>
<nachricht>
<text>TREFFER VERSENKT</text>
</nachricht>
<nachricht>
<text>ALLE VERSENKT</text>
</nachricht>
</protokoll>

View file

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<protokoll name="schiffeversenken_mittel">
<nachricht>
<ziffer />
<text>SCHIESSE AUF</text>
<buchstabe />
<ziffer />
</nachricht>
<nachricht>
<ziffer />
<text>WASSER</text>
</nachricht>
<nachricht>
<ziffer />
<text>TREFFER</text>
</nachricht>
<nachricht>
<ziffer />
<text>TREFFER VERSENKT</text>
</nachricht>
<nachricht>
<ziffer />
<text>ALLE VERSENKT</text>
</nachricht>
<nachricht>
<text>ANGEKOMMEN</text>
<ziffer />
</nachricht>
</protokoll>

View file

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<protokoll name="schiffeversenken_schwer">
<nachricht>
<ziffer />
<text>SCHIESSE AUF</text>
<buchstabe />
<ziffer />
<buchstabe />
<ziffer />
</nachricht>
<nachricht>
<ziffer />
<text>WASSER</text>
</nachricht>
<nachricht>
<ziffer />
<text>TREFFER</text>
</nachricht>
<nachricht>
<ziffer />
<text>TREFFER VERSENKT</text>
</nachricht>
<nachricht>
<ziffer />
<text>ALLE VERSENKT</text>
</nachricht>
<nachricht>
<text>ANGEKOMMEN</text>
<ziffer />
</nachricht>
</protokoll>

View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<protokoll name="TicTacToe">
<nachricht>
<text>SETZE AUF</text>
<buchstabe />
<ziffer />
</nachricht>
<nachricht>
<text>OK, DU HAST GEWONNEN</text>
</nachricht>
<nachricht>
<text>JUHU</text>
</nachricht>
</protokoll>

View file

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<protokoll name="zahlenraten">
<nachricht>
<text>ZAHLEN RATEN?</text>
</nachricht>
<nachricht>
<text>OK</text>
</nachricht>
<nachricht>
<text>KEINE LUST</text>
</nachricht>
<nachricht>
<text>ICH HABE EINE ZAHL</text>
</nachricht>
<nachricht>
<ziffer />
<text>?</text>
</nachricht>
<nachricht>
<text>ZU GROSS</text>
</nachricht>
<nachricht>
<text>ZU KLEIN</text>
</nachricht>
<nachricht>
<text>ERRATEN. GUT GEMACHT!</text>
</nachricht>
</protokoll>

Binary file not shown.