1
0
www/src/project/index.md
2024-01-23 22:04:15 -08:00

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.

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