diff options
author | Elizabeth (Lizzy) Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-24 23:44:38 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-24 23:44:38 -0600 |
commit | 080211a78870c684400ab9f74f08ca04be153c0b (patch) | |
tree | 583b2dd6ba8f4e8c88c84a6dfc74e8b95def7309 /index.html | |
parent | 22258746502640c8b48b94f9f6dc10edfd5a7073 (diff) | |
parent | 7f8392f6294f415b7c223bd831db5082ca614db4 (diff) | |
download | simponic.xyz-080211a78870c684400ab9f74f08ca04be153c0b.tar.gz simponic.xyz-080211a78870c684400ab9f74f08ca04be153c0b.zip |
Merge pull request #2 from Simponic/turing-machine
Turing machine
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 26 |
1 files changed, 19 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,12 +38,23 @@ <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> + <a class="project" href="/turing-machine/"> + <div class="project-logo-container"> + <i class="fa-solid fa-tape"></i> + </div> + + <div class="project-body"> + <h1>Simponic's State System</h1> + <p>A Turing Machine simulator specific to CS5000.</p> + </div> + </a> + <a class="project" href="/julia/"> <div class="project-logo-container"> <i class="fa-solid fa-square-root-variable"></i> @@ -77,8 +91,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 +104,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> |