jtm.dev/projects/index.html

54 lines
2.1 KiB
HTML

---
layout: default
title: Projects
permalink: /projects/
---
<article id="projects">
<header>
<h2>Projects</h2>
</header>
<section id="current">
<header>
<h3>Current</h3>
<p>This is what I'm working on right now.
</header>
<ul>
<li>Moderating <a href="https://discord.gg/4Kjt3ZE">the Programming Language Design Discord server</a>, which I co-founded.
<li><a href="https://proglangdesign.net">proglangdesign.net</a>, the programming language design community's website.
<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><a href="https://github.com/jamestmartin/screeps-bot-piet">screeps-bot-piet</a>,
my AI for the MMO RTS for programmers, Screeps.
</ul>
</section>
<section id="hiatus">
<header>
<h3>On Hiatus</h3>
<p>I am not currently working on these things, but intend to continue them later.
</header>
<ul>
<li>Moderating <a href="https://reddit.com/r/ProgrammingLanguages">/r/ProgrammingLanguages</a>.
<li><a href="https://github.com/jamestmartin/lambda-calculus">Slowly developing the Lambda Calculus into a real programming language.</a>
</ul>
</section>
<section id="previous">
<header>
<h3>Previous</h3>
<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):
</header>
<ul>
<li><a href="minecraft-clone">A minecraft clone</a>, with infinite procedural worlds and multiplayer.
<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><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.
</ul>
</section>
</article>