diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2016-07-24 13:18:49 -0400 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2016-07-24 13:18:49 -0400 |
commit | 979ac58c3d79fa2f2170e55746f700660be52913 (patch) | |
tree | 00c7403625a46628b6741c37e1208b13726fab71 | |
parent | f72237d4e34a7702312a5c548238b5723448236d (diff) |
Added Domino Simulator
-rw-r--r-- | all.html | 15 | ||||
-rw-r--r-- | games.html | 6 |
2 files changed, 15 insertions, 6 deletions
@@ -55,6 +55,14 @@ can be found <a href="explanation.html">here</a>.<br> <p> A computer program that generates names! It uses<br> the frequencies of trigrams.<br> +</p> +<hr> + +<p>Domino simulator <a href="DominoSimulator.html">web version</a> or <a href="https://qualum.itch.io/domino-simulator">offline version</a></p> +<iframe frameborder="0" src="https://itch.io/embed/77009?linkback=true" width="552" height="167"></iframe><br> +<p> +Place dominos, then knock them over. +</p> <hr> <img src="screenshots/AutoHarmonograph.png" width=200 height=200><br> @@ -62,6 +70,7 @@ the frequencies of trigrams.<br> <p> A randomized <a href="https://en.wikipedia.org/wiki/Harmonograph">Harmonograph</a>. You pick the number of pendulums. +</p> <hr> <img src="screenshots/2d3d.png" width=200 height=200><img src="screenshots/2d3dcustom.png" width=200 height=200><br> @@ -192,12 +201,6 @@ The Android app for <a href="ballbounce.html">Ball Bounce</a>.<br> </p> <hr> -<a href="http://github.com/pommicket/NameGeneratorEvolve">NameGeneratorEvolve</a> -<p> -Like NameGenerator, except it learns what names<br> -you like. -</p> -<hr> <p> More coming soon! </p> @@ -45,6 +45,12 @@ mouse. Draw a circle, then find out how well your circle<br> approximates π!<br> </p> +<hr> +<p>Domino simulator <a href="DominoSimulator.html">web version</a> or <a href="https://qualum.itch.io/domino-simulator">offline version</a></p> +<iframe frameborder="0" src="https://itch.io/embed/77009?linkback=true" width="552" height="167"></iframe><br> +<p> +Place dominos, then knock them over. +</p> </body>
\ No newline at end of file |