diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-24 22:28:40 -0600 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-24 22:28:40 -0600 |
commit | 4ce505b125950521860f0d2170409719927f3f85 (patch) | |
tree | fc5d256d0c7bc1403c648c617b4e0d17416e4877 /index.html | |
parent | d6b885b318f68f9be19fd3dcc4d77e0f30f25ff5 (diff) | |
download | simponic.xyz-4ce505b125950521860f0d2170409719927f3f85.tar.gz simponic.xyz-4ce505b125950521860f0d2170409719927f3f85.zip |
initial turing machine
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -23,6 +23,9 @@ <br /> 📖 This page hosts strictly static content. <br /> + 🐙 Obviously my GitHub is at + <a href="https://github.com/Simponic">/simponic</a>. + <br /> 🔔 My "real website" is at <a href="https://simponic.xyz">simponic.xyz</a>. </h3> @@ -35,8 +38,8 @@ <div class="project-body"> <h1>Euler Golf 2</h1> <p> - A puzzle game (with BFS solver) to explore rotations in the complex - plane. + A puzzle game (with BFS solver) to explore rotations in the + complex plane. </p> </div> </a> @@ -77,8 +80,8 @@ <div class="project-body"> <h1>The A-maze-ing Maize Maze</h1> <p> - A Randomized Kruskal's Maze game with (more) BFS. You play - as a 🌽corn stalk trying to become 🍿popcorn. + A Randomized Kruskal's Maze game with (more) BFS. You play as a + 🌽corn stalk trying to become 🍿popcorn. </p> </div> </a> @@ -90,9 +93,7 @@ <div class="project-body"> <h1>Centipede</h1> - <p> - Boring remake of the classic arcade game. - </p> + <p>Boring remake of the classic arcade game.</p> </div> </a> |