jtm.dev/projects/index.html

60 lines
2.5 KiB
HTML

<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Projects - James T. Martin</title>
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/png" href="/assets/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<header>
<h1>Projects</h1>
<nav>
<ul>
<li><a href="/projects/">Projects</a></li>
<li><a href="/resume/">Resume</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</nav>
</header>
<article>
<section id="current">
<h2>Current</h2>
<p>
This is what I'm working on right now:
</p>
<ul>
<li>Moderating <a href="https://discord.gg/4Kjt3ZE">the Programming Language Design Discord server</a>, which I co-founded.</a></li>
<li><a href="https://proglangdesign.net">proglangdesign.net</a>, the programming language design community's website.</li>
<li><a href="https://github.com/proglangdesign/matrix.proglangdesign.net">matrix.proglangdesign.net</a>, a bridge between the programming language design IRC channel and Discord server via Matrix.</li>
<li><a href="https://github.com/jamestmartin/screeps-bot-piet">screeps-bot-piet</a>,
my AI for the MMO RTS for programmers, Screeps.</li>
</ul>
</section>
<section id="hiatus">
<h2>On Hiatus</h2>
<p>
I am not currently working on these things,
but I intend to continue them later.
</p>
<ul>
<li>Moderating <a href="https://reddit.com/r/ProgrammingLanguages">/r/ProgrammingLanguages</a>.</li>
<li><a href="https://github.com/jamestmartin/lambda-calculus">Slowly developing the Lambda Calculus into a real programming language.</a></li>
</ul>
</section>
<section id="previous">
<h2>Previous</h2>
<p>
I have worked on many things over the years.
Most of them have been lost to time; many, I've forgotten about entirely.
I learned to keep backups the hard way.
Here are some of the highlights (that I can remember):
</p>
<ul>
<li><a href="minecraft-clone">A minecraft clone</a>, with infinite procedural worlds and multiplayer.</li>
<li><a href="the-mining-dead">The Mining Dead</a>, a Fallout-themed zombie apocalypse Minecraft server, based on a custom modpack and a ton of custom code.</li>
<li><a href="https://scratch.mit.edu/users/zeusoflightning/">Scratch projects</a> from elementary school, because why not? Man, I've come a <em>long</em> way as a programmer since then.</li>
</ul>
</section>
</article>