Monospace Games
banner
monospace.games
Monospace Games
@monospace.games
Solo Dev -*- Author of Monospace Engine -*- Website: monospace.games
Was watching Yu Yu Hakusho and thought this was a nice frame: Botan sleeping outside Irima cave (from season 3, episode 84)
November 18, 2025 at 10:05 PM
Some recent work, documenting Monospace Engine's audio API's. Composed of three main parts:

1. Soundset Objects, contain sound assets
2. Menu Sound Settings, basically CSS for UI sounds
3. Audio API, general scripting interface

Still very much WIP #enginedev #indiedev #gamedev
November 6, 2025 at 9:21 PM
Just posted a monthly progress update on my website:
November 2, 2025 at 8:05 PM
I've just released Monospace Engine v0.1.0! It's the first publicly available release, and you can now download it on my website.

It's mostly just a tech demo with a REPL at this point, but I hope to develop some games soon!

#gamedev #indiedev #enginedev
October 15, 2025 at 3:04 PM
My website has been indexed by Marginalia Search!

It might seem funny but I cared more about this than being indexed by Google. We need to take back the internet from giant corporations and put real human experience at the center of it again.
October 7, 2025 at 12:35 PM
Just posted a monthly progress update on my website:
October 1, 2025 at 8:44 PM
Apparently this is what happens when you send mail to a popular mailing list like debian-user.

I sent one mail and got 41 DMARC reports in response, 21 of which are from Yahoo.
September 13, 2025 at 10:49 PM
Slightly altered the wording on the sign-up page of my self-hosted newsletter after realizing that people weren't clicking the confirmation links.

Old New
August 17, 2025 at 9:30 PM
The design of the second arena from Yu Yu Hakusho's Dark Tournament is unreal. It really screams H. R. Giger at first sight.
August 16, 2025 at 9:11 PM
Watching Yu Yu Hakusho at the moment
August 15, 2025 at 9:16 PM
Just published a new blog post:

Upgrading from Dovecot 2.3 to 2.4 - side by side examples

monospace.games/posts/202508...
August 15, 2025 at 12:16 AM
The menu in question:

(please forgive the JPEG artifacts on the profile images which I shamelessly stole from an old PC98 mahjong game)

#indiedev #gamedev #enginedev
August 6, 2025 at 12:43 PM
Writing documentation for my game engine again, this time it's about how games are presented:

#indiedev #enginedev #gamedev
August 6, 2025 at 11:08 AM
Documented the persistent storage API of my game engine. It's intended to enable stuff like save games and user settings that persist between sessions.

#enginedev #indiedev #gamedev
July 29, 2025 at 9:16 PM
What do you mean? The PS3 just came out
July 21, 2025 at 1:34 PM
Made a "no games found" screen for my game engine

#enginedev #indiedev #gamedev
July 20, 2025 at 5:11 PM
I've been working on implementing canvas scripting in my game engine recently (written in C, using Lua for scripting). Here's a little showcase, more info in the replies:

#indiedev #gamedev #enginedev
July 17, 2025 at 11:55 AM
Showcase of GUI scripting in my game engine:

(Music: Zabutom - Zeta Force Level 2)

#indiedev #gamedev #enginedev
May 27, 2025 at 8:36 PM
Working on documenting my game engine... It's a bit boring but essential. If I don't do it for too long I risk forgetting things myself 😅

The documentation is generated from org mode documents using a custom exporter I wrote, which uses JS, CSS, emacs lisp and awk.

#indiedev #enginedev
April 16, 2025 at 7:49 PM
Playing around in Monospace engine to showcase some of the appearance scripting capabilities:

(Music: Polished Chrome - Dreamland)

#indiedev #gamedev #enginedev
March 21, 2025 at 7:56 PM
We create a menu with the appropriate appearance settings, and provide it an init script that inserts the text regions, and installs the appendSpace script to run for 1260 frames. As the script runs, each frame a new space character is inserted and a new region is made visible.
March 8, 2025 at 7:13 PM
Here's a short demo of text regions in Monospace engine. Each "pixel" of the image is a space character, with its own region containing its color.

(Source code in replies 👇)

#indiedev #gamedev #enginedev
March 8, 2025 at 7:12 PM
Monospace engine cursor appearance settings demo #indiedev #gamedev #enginedev

(Disclaimer: Had to slightly speed this video up, apparently bluesky doesn't allow uploads longer than 60 seconds)
February 21, 2025 at 8:45 PM