22 lines
540 B
HTML
22 lines
540 B
HTML
<article>
|
|
<h2>Projects</h2>
|
|
<ul>
|
|
<li>
|
|
<a href="https://gomoku.sepiatones.xyz">Gomoku!</a> - a simple multiplayer
|
|
implementation of the game Gomoku
|
|
</li>
|
|
<li>
|
|
<a href="https://civ.plus">Civ+</a> - a sandbox MMORPG where players build
|
|
nations
|
|
</li>
|
|
<li>
|
|
<a href="https://sepiatones.xyz">sepiatones.xyz</a>
|
|
- the website you're on
|
|
</li>
|
|
<li>
|
|
<a href="https://git.sepiatones.xyz/sepia/pantalaimon">Pantalaimon</a> -
|
|
an AI coding agent
|
|
</li>
|
|
</ul>
|
|
</article>
|