I make free software, games, and music, all of which can be found here.
If you want to get in touch, my email address is my first name at this domain. (You should be smart enough to figure it out, but the spambots won't be.)
If you want to a submit a patch for any of my projects, use
git send-email
and
my address above.
Games

TERMINATED
October 4, 2021
Slay robots in this top-down arena shooter inspired by Devil Daggers by Sorath and 2DDD by Bintr.
Download: Linux Mac Windows or play online
Soundtrack: TERMINATED OST
git clone https://frie.dev/terminated.git

Minieval
April 24, 2021
A tiny medieval city builder, inspired by Islanders.
Download: Linux Mac Windows or play online
Soundtrack: Minieval OST
git clone https://frie.dev/minieval.git

Boost
November 27, 2020
A Python implementation of the Boost board game designed by Dr. Brady J. Garvin. It can be run interactively on the terminal, or as a Discord bot.
git clone https://frie.dev/boost.git

Minius Maximus
February 16, 2020
A turn-based strategy puzzler for the 2020 K-State Game Jam. You can freely change your stats during combat, but when one stat goes up, another must go down.
Soundtrack: Minius Maximus OST
git clone https://frie.dev/minius-maximus.git

GeneriCrawl
August 7, 2018
A generic traditional roguelike made with Python and libtcod as part of the 2018 r/roguelikedev Does The Complete Roguelike Tutorial event. Can you reach the bottom floor of the dungeon in one piece?
git clone https://frie.dev/genericrawl.git

EverSector
June 29, 2017
EverSector is a space-themed sandbox roguelike with an emphasis on simulation, set in a large yet finite universe. Unlike similar roguelikes, EverSector puts you in control of a starship itself. The universe you will navigate is divided into sectors, filled with planets, space stations, and other ships. These ships are no different than yourself: competing for resources and waging war for their respective factions. With enough hard work, any ship can rise to power over their faction, through noble or despicable means.
Download: JAR
git clone https://frie.dev/eversector.git
Software

MusiCLI
January 23, 2022
MusiCLI (pronounced "musically") is a MIDI sequencer that runs entirely in the terminal.
git clone https://frie.dev/musicli.git

Arghonaut
November 7, 2021
Arghonaut is an interactive interpreter, visualizer, and debugger for Argh! and Aargh!, which are Befunge-like esoteric programming languages by Sascha Wilde. Arghonaut is written in Python and includes an ncurses interface.
git clone https://frie.dev/arghonaut.git

HyperRogue Challenger
September 27, 2021
HyperRogue Challenger is a program that generates random challenges for the game HyperRogue by Zeno Rogue. Challenges can be generated in a bingo card format, or independently in a list format. These challenges can be used to spice up a regular solo run, or you can challenge a friend!
git clone https://frie.dev/hyperrogue-challenger.git

APWT
June 22, 2017
AsciiPanel Windowing Toolkit (APWT) is a set of classes and utilities that will make working with AsciiPanel on a larger scale much easier. It includes support for screens, text windows, multicolored strings, and constants for different CP437 characters. APWT, of course, depends on AsciiPanel, as well as SquidLib.
git clone https://frie.dev/apwt.git