feat(dice): enhance game UI and add sound effects #216

Merged
jleibl merged 4 commits from task/CAS-75/UpdateFrontendDice into main 2025-05-21 12:21:13 +00:00
Showing only changes of commit a1997537eb - Show all commits

View file

@ -288,18 +288,18 @@
> >
Würfeln Würfeln
</button> </button>
<div class="mt-6 pt-4 border-t border-gray-700">
<h4 class="text-lg font-semibold mb-2">Spielanleitung</h4>
<ul class="text-sm text-text-secondary space-y-1">
<li>• Setze deinen Einsatz und Zielwert</li>
<li>• Wähle "Über Zielwert" oder "Unter Zielwert"</li>
<li>• Gewinne, wenn der Würfel zu deinen Gunsten fällt</li>
<li>• Höheres Risiko = höhere Belohnung</li>
</ul>
</div>
</form> </form>
</div> </div>
<div class="card p-4">
<h4 class="text-lg font-semibold mb-2">Spielanleitung</h4>
<ul class="text-sm text-text-secondary space-y-1">
<li>• Setze deinen Einsatz und Zielwert</li>
<li>• Wähle "Über Zielwert" oder "Unter Zielwert"</li>
<li>• Gewinne, wenn der Würfel zu deinen Gunsten fällt</li>
<li>• Höheres Risiko = höhere Belohnung</li>
</ul>
</div>
</div> </div>
</div> </div>
</div> </div>