my_blog/posts/Roll_Lang.html

53 lines
1.5 KiB
HTML

<!DOCYTPE html>
<html>
<head>
<meta charset="utf-8">
<title>chmod777's tilde - Roll Lang</title>
<meta name="description" content="An article about Roll Lang a domain specific language for interpreting dice rolls and math operations common in tabletop rpgs.">
<meta name="author" content="chmod777">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<header>
<h1>~chmod777</h1>
<nav>
<a href="/~chmod777/">Home</a>
</nav>
</header>
<main>
<h2>Roll Lang</h2>
<h3>Project links</h3>
<ul>
<li><a href="https://github.com/jacobguenther/roll_lang">Repository</a></li>
<li><a href="https://github.com/jacobguenther/roll_lang/wiki">Wiki</a></li>
<li><a href="https://github.com/jacobguenther/projects/1">Project Board</a></li>
</ul>
<p>Roll Lang is a domain specific language for interpreting dice rolls and math operations common in tabletop rpgs. It implements it's own variation of dice notation.</p>
<a href="https://en.wikipedia.org/wiki/Dice_notation">Wikipedia Article on Dice Notation</a>
<h3>Examples</h3>
<p>/r d20 + 5</p>
<p>(12)+5=17</p>
<br>
<p>[[d20 + 5]]</p>
<p>(17)</p>
</main>
<footer>
<nav>
<span>~</span>
<a href="#">Top</a>
<span>~</span>
<a href="/~chmod777/">Home</a>
<span>~</span>
</nav>
<br>
<a id="page-source" href="https://tildegit.org/chmod777/my_blog">Page source</a>
</footer>
</body>
</html>