Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Awesome~ I think you've made the right call with the mappings following ASCII, it's definitely a lot easier to work with when not being able to see the actual rendered output, compared to using the Private Use Areas with a bunch of s — and trying to match glyphs would be a tall task too, not to mention resulting in rather scattered mappings. Keep on making cool stuff, it's always great to see!

I'm sure this isn't the place for the discussion, but feel free to ping me if Batfeula has trouble with the mappings on CHUNKY, what with the character widths and such being a little off currently on the TTF. (Although given how clean FROGBLOCK is, I'm sure you'll manage just fine :D)

I think Bats has fixed that up now :~) I gave him my letter spacing values, so that should make for a cleaner font.

I think you're right about condensing all that data into ASCII in one place. The only thing that isn't in the ASCII layout is the final char (255) which seems to be reserved for a null space or something. I replaced that with a line box character. Fingers crossed that doesn't misbehave!

Also may not be the right place to ask, but what do you use the fonts for? I always see you collect them.

My hoarding habits are mostly just that I really dig the aesthetic. Even on a broader scale, mediums that have strict restrictions are very interesting to me. As someone who deals with quite a bit of sprawling and ugly (socio-technical) systems at my day job, it's refreshing to see something small, simple, and elegant. Makes it fun to start making, you know? In contrast, something like regular pixel art kind of stresses me out whenever I try, given that the increased freedom makes "good" an ever smaller target.

So far, it's been small demos I've made as a hobby and then promptly dropped, like experiments for a 3D textmode game (based entirely on CSS transformations) akin to Tactics Ogre back in 2018, and a textmode UI for a FamiTracker browser port I wrote around the same time. Next, I'd like to start illustrating and adding diagrams to my notes on systems—perhaps those'll end up becoming public some time? I'm sure I'd have a thousand things I'd like to do with each font if I found the time and energy, but honestly, I'm quite happy by just participating as a supporter :)

(+1)

Always appreciate your support and interaction. Sometimes putting out content feels a bit like throwing things out into the void, you know?

I used to love illustrating my CSS/HTML with textmode back when I was doing web development. I put all the documentation into my code with carefully made flow charts. It really makes a difference to tie your documentation into your code.

I like your platformer, it looks very clean. When doing pixelart I usually crunch myself into a restriction to improve the output. Limited palettes, sprite size restrictions etc always help. This is my favourite tutorial too: https://pixeljoint.com/forum/forum_posts.asp?TID=11299

Nice dabbles! I hope to see more. DM me on Twitter(@polyducks) or Discord(@Polyducks#3597) if you make anything new :~)