GrudgeBot and Updates - May 11, 2021

Finally created a project page for the Discord bot I've been working on, GrudgeBot. It made for a great little project during my recent move, and provided an opportunity to learn the Twitch API. It has some fun features, but nothing particularly useful. Currently living in a Raspberry Pi on my desk.

Devlog Incoming - December 13, 2020

A freshly-minted devlog is now installed and ready to go. My goal is to utilize it to fill the gaps between major update posts (like this one). I plan to focus on the smaller problems I encounter during projects, how I solve them, and how I may better solve them in the future. Click the Devlog button or access it here.

Bug Tracking with BugFist - September 7, 2020

I've started a small, no-frills bug tracking / ticketing system in Python and Flask called BugFist. It is built to run on Heroku with their PostgreSQL database-as-a-service, and will provide basic user and ticket reporting and management. Check the project page for details, or view the WIP live demo here.

Own your rivalries with GrudgeMatch - May 20, 2020

GrudgeMatch is a cross-platform desktop application for keeping records in two-player, competitive games (e.g., fighting games). Currently, you can add players, games, and track wins and losses. Additional features coming soon, including enriched match data and the ability to display records graphically. Check out the project page here.

Play Arduboy in your Browser - January 28, 2020

Links have been added to play Incher and Phos in a browser-based emulator thanks to ProjectABE. It has tons of cool features and can play both games acceptably. Phos seems to run better on an actual Arduboy, but Incher looks great. Links can be found on the Incher and Phos project pages.

Incher Updated - December 1, 2019

Several improvements have been made to Incher. Two additional maps were added, bringing the total to five. Difficulty now gradually increases as floors are completed, topping out at floor 9+. The map conversion tool has also been reworked for more utility and usability. I wrote some brief documentation on it here. Download the updated version of Incher on GitHub here.

Pest Control Released - September 29, 2019

ZN and I are ready to release our third game project, Pest Control. As our first PC-targeted release, Pest Control is a take the classic Blob Wars flash game built with Python 3 and pygame. Currently, only two local players are supported. Battle a friend for control of an 8x8 grid to see whose strategy comes out on top. Download on GitHub here.