Recently I had an issue reported on an app of mine, SimpleMarkdown, where the app would crash when tapping on a menu item from the navigation drawer. I unfortunately wasn't able to reproduce the issue on my personal device, a Pixel 7 at the time of writing, but I got …
Articles by William Brawner
More GitHub Actions Adventures
Recently I wrote a post about my GitHub Actions not being triggered on the
main
branch upon merging a PR1, the fix being to add a custom auth token as a secret. At first, this appeared to have solved my issue, as themain
job was once again triggering …GitHub Actions Not Triggering on PR Merge
Recently I've been playing around with GitHub Actions to familiarize myself more with them. I also find it quite satisfying to maintain a certain level of stability and reliability even on my own personal projects, especially given the fact that the amount of free time I have to spend on …
Breakout
Continuing with the 20 Games Challenge, I've implemented breakout as a PICO-8 game. I found it was quite similar to pong, the previous game I wrote, though I ran into some new troubles. Notably, the ball is supposed to increase in speed as you break bricks. The way I'm handling …
Pong
After looking through the tutorials I referenced in my previous post on PICO-8 game development, I decided I needed to get a little more practice with less guidance to really learn how to make games on PICO-8. Luckily for me, someone shared the so-called 20 Games Challenge on a Discord …
Compiling Lua on Windows
Thanks to PICO-8, I've been writing Lua lately, and I've rather enjoyed it. I'm particularly interested in it given it's designed to be used as a language embedded in other projects to enable extensibility. Anyways, I found myself wanting to use it on my Windows computer, but winget didn't offer …
Advent of Code
Last year I learned about the Advent of Code, a series of holiday-themed programming challenges that are released similarly to an advent calendar. So, each day at 12am EST, a new challenge is unlocked and you can earn points based on how quickly you solve the challenge. JetBrains offers up …
PICO-8 Game Development
In my previous post, I mentioned how I recently stumbled upon the PICO-8. I also stumbled upon this YouTube video that outlines game development on the PICO-8, and it captured my curiosity and interest. It turns out that the creator of the YouTube video put out a 72-page zine full …
Retro Gaming
A few years back I discovered emulation on Android, and was hooked. I thought it was amazing I could play games from my childhood on modern hardware and have dozens or hundreds of them without needing to swap cartridges or worry about filling up my hard drive. Most of the …
More Blogging
As is apparent from the lack of new posts from yours truly over the course of the past couple of years, I've fallen off the blogging wagon. I still read others' blogs from time to time but I myself haven't found the time to sit down and write new posts …
Page 1 / 7 »