jtm.dev/projects/index.html

39 lines
1.6 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>I co-founded and moderate <a href="https://discord.gg/4Kjt3ZE">the /r/ProgrammingLanguages Discord server</a>.
<li>I rewrote and now maintain <a href="https://proglangdesign.net">proglangdesign.net</a>, the programming language design community website.
<li>I set up and run <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="previous">
<header>
<h3>Previous</h3>
<p>
Unfortunately, I had to learn to keep backups the hard way, so all of my pre-2016 code has been lost.
</header>
<ul>
<li>In elementary school, I made <a href="https://scratch.mit.edu/users/zeusoflightning/">Scratch projects</a>. I've come a <em>long</em> way since then.
<li>In middle school, I ran The Mining Dead, a Fallout-themed zombie apocalypse Minecraft server. I learned Java by writing custom plugins for it.
<li>After that, I wrote an unnamed minecraft clone, with infinite procedural worlds and online multiplayer, written in C# using the Unity game engine.
</ul>
</section>
</article>