Browse Source

fixed typo

master
Lurkars 5 years ago
parent
commit
fc299fcaef
  1. 9
      index.html

9
index.html

@ -63,21 +63,24 @@
<li>Straight <strong>1500</strong></li>
<li>Three pairs <strong>1500</strong></li>
</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>For more information see <a href="https://en.wikipedia.org/wiki/Dice_10000" target="_blank">Dice 10000 - Wikipedia</a>.</p>
<hr />
<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>
<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>
<a href="/imprint">Imprint</a> | <a href="/privacy-policy">Privacy Policy</a>
</p>
</div>
<script type="text/javascript" src="js/interface.js"></script>
<script type="text/javascript" src="js/game.js"></script>
</body>
</html>
</html>
Loading…
Cancel
Save