fixed typo

This commit is contained in:
Lurkars
2020-03-15 11:59:36 +01:00
parent 97347dcdae
commit fc299fcaef
+5 -2
View File
@@ -63,17 +63,20 @@
<li>Straight <strong>1500</strong></li> <li>Straight <strong>1500</strong></li>
<li>Three pairs <strong>1500</strong></li> <li>Three pairs <strong>1500</strong></li>
</ul> </ul>
If you cannot score any points, you get a <strong>Zilch</strong> and end the round. After three <strong>Zilchs</strong> in a row, you get a <strong>-500</strong> points penalty. If you scored with all six dices, you cann roll again. If you cannot score any points, you get a <strong>Zilch</strong> and end the round. After three <strong>Zilchs</strong> in a row, you get a <strong>-500</strong> points penalty. If you scored with all six dices, you can roll again.
</p> </p>
<p>For more information see <a href="https://en.wikipedia.org/wiki/Dice_10000" target="_blank">Dice 10000 - Wikipedia</a>.</p> <p>For more information see <a href="https://en.wikipedia.org/wiki/Dice_10000" target="_blank">Dice 10000 - Wikipedia</a>.</p>
<hr /> <hr />
<div class="footer"> <div class="footer">
<p><a href="https://github.com/lurkars/openzilch.js" target="_blank">GitHub</a></p> <p><a href="https://git.lh8.de/Lurkars/openzilch.js" target="_blank">Source Code</a></p>
</div> </div>
<hr /> <hr />
<p>Created by <a href="https://www.champonthis.de">Lukas Haubaum</a>. Design and code inspiration by <a href="https://gabrielecirulli.github.io/2048/" target="_blank">Gabriele Cirulli's 2048</a>.</p> <p>Created by <a href="https://www.champonthis.de">Lukas Haubaum</a>. Design and code inspiration by <a href="https://gabrielecirulli.github.io/2048/" target="_blank">Gabriele Cirulli's 2048</a>.</p>
<p>
<a href="/imprint">Imprint</a> | <a href="/privacy-policy">Privacy Policy</a>
</p>
</div> </div>
<script type="text/javascript" src="js/interface.js"></script> <script type="text/javascript" src="js/interface.js"></script>