Monospace Games
I make games and game engines.
At the moment I'm working on Monospace Engine, which is a 2d game engine designed to make making and modifying games as easy as possible.
Contact
Communities
Latest News
-
Progress Update: July 1st, 2025
Canvas scripting work continues. The tile-related parts of it are mostly complete for the time being, and at the moment I'm working on the layer-related parts.
In other news I've created a subreddit for monospace engine: /r/monospace. It's the first online community for the engine ever! I hope to record some new demo videos soon, and I'll be posting them there as well.
-
Progress Update: June 1st, 2025
I've continued working on the new canvas API last month. Mostly on the tile related parts of it, such as the new tile container interface, and tile animation scripting.
Also here's a new demo showcasing the engine's GUI scripting capabilities.
-
Progress Update: May 1st, 2025
Last month's work was mostly tying up loose ends regarding the latest development, such as implementing a few missing text-related features, bugfixes, and documenting the scripting interfaces that I've developed over the last few months in the manual. I've also began working on the canvas API, the new API spec can be found here.
-
Progress Update: April 1st, 2025
Last month's focus was implementing the scripting interface for text buffers and finalizing the interface for mints (menu widgets). This month I am hoping to work on canvas interfaces.
I've also published two demos: one showcasing text regions, and the other showcasing the appearance settings. The source code for the former is available here.
-
Progress Update: March 1st, 2025
I've continued working on the text renderer during February. Stuff like text regions and the new appearance settings are now functional, and currently I'm working on updating the cursor rendering code to reflect the changes.