3.6 KiB
title |
---|
Projects |
This isn't everything I've done, just the things I've gotten around to linking here.
Ludum Dare entries
Ludum Dare is a long-running game jam event where participants create a game from scratch over a weekend.
-
Roundman: Escape from Squareworld, Ludum Dare 21. An arcade-style platformer in C#/XNA.
-
Happy Land, Ludum Dare 22. A top-down survival shooter in C#/XNA.
-
Primordial Smackdown: Bacteria with Badditude, Ludum Dare 23. An arcade-style game about bacteria in C#/XNA.
-
Apes vs Dinosaurs: Unnatural Selection, Ludum Dare 24. A card game/tower defense hybrid in C#/XNA.
-
RGB Shift, MiniLD 56. A sidescrolling platformer with a unique color mechanic in Java/LWJGL. RGB Shift was also developed for HackRice 2015, where it won Best Visualization.
-
Voyage of the Indefatigable, Ludum Dare 39. A resource management game in HTML/JS.
Software projects
I love the collaborative writing game Lexicon, and have worked on two different pieces of software to play it digitally. lexipython is a Python script that handles the parsing, interlinking, and static site generation of a Lexicon game, but leaves everything related to running the game out of scope. amanuensis is a hosted web application that aims to encompass more of that and provide some social features, but isn't feature-complete.
Like many people, I lament the death of Google Reader and what it did to RSS. Since many sites don't provide RSS, I wrote inquisitor, a universal feed aggregator in Python/Flask. inquisitor's source model required hot-loading Python libraries, which made for a poor user and developer experience, so I rewrote it as intake using a subprocess model. An intake source can be written in any language as long as it behaves according to the intake source API.
On and off, I tinker with 5dplomacy, a Diplomacy adjudicator that supports multiversal time travel a la 5D Chess with Multiversal Time Travel.
Church Schism Sourcebook
An archive of texts related to Church divisions and related issues, accessible at ecumene.alogoulogoi.com.
Miscellaneous
-
A recursive descent SL3 parser written for a mathematical logic class.
-
A Chrome extension for Magic The Gathering story articles. Now out of date and I lost the private key to update it.
-
A Chrome extension to "optimize web pages". If you look at the code you can guess how it does that.
-
A CLI tool for converting hex to human-readable identifiers.