summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html26
1 files changed, 19 insertions, 7 deletions
diff --git a/index.html b/index.html
index d5c54de..7cf3ed1 100644
--- a/index.html
+++ b/index.html
@@ -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>