Skip to content

Commit

Permalink
feat: add island generator project
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed May 3, 2023
1 parent 90cb534 commit 7b3581d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/routes/projects/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,19 @@
<a href="/projects/{project.slug}">{project.name}</a> - {project.description}
</li>
{/each}
<li>
<a href="https://island-generator-five.vercel.app/">Island Generator</a> - A procedural island
2D generator built using simplex noise. Features a Svelte based DOM renderer and a Canvas renderer.
</li>
</ul>
</article>

<style>
a {
font-weight: bold;
}
li {
margin-bottom: 0.5em;
}
</style>

0 comments on commit 7b3581d

Please sign in to comment.