Add projects page
This commit is contained in:
parent
232855e952
commit
f2ddb2b5c5
4 changed files with 37 additions and 4 deletions
|
|
@ -8,10 +8,6 @@
|
|||
a living world
|
||||
</li>
|
||||
<li>building Pantalaimon, an AI agent system (coming soon)</li>
|
||||
<li>
|
||||
finishing up a little
|
||||
<a href="https://gomoku.sepiatones.xyz">gomoku!</a> webapp
|
||||
</li>
|
||||
</ul>
|
||||
<h3>Dormant Interests/Projects</h3>
|
||||
<ul>
|
||||
|
|
|
|||
22
data/pages/projects.html
Normal file
22
data/pages/projects.html
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<article>
|
||||
<h2>Projects</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="gomoku.sepiatones.xyz">Gomoku!</a> - a simple multiplayer
|
||||
implementation of the game Gomoku
|
||||
</li>
|
||||
<li>
|
||||
<a href="civ.plus">Civ+</a> - a sandbox MMORPG where players build nations
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://git.sepiatones.xyz/sepia/sepiatones_xyz"
|
||||
>sepiatones.xyz</a
|
||||
>
|
||||
- the website you're on
|
||||
</li>
|
||||
<li>
|
||||
<a href="git.sepiatones.xyz/sepia/pantalaimon">Pantalaimon</a> - an AI
|
||||
coding agent
|
||||
</li>
|
||||
</ul>
|
||||
</article>
|
||||
Loading…
Add table
Add a link
Reference in a new issue