bbbbbr
@bbbbbr
Scrapper. Napper. Occasional bit pusher Game Boy games & Carts: (Wordyl, Petris, QR-Paint, etc) GBDK dev team member MegaDuck info:
The legendary #Workboy found a new home! I ported the ROM to work on the #MegaDuck laptop (a #GameBoy clone). Not the hardware we wanted, but...it's hardware that exists! Keyboard, Real Time Clock and all. Free #DuckDuckWorkboy #rompatch on the itch page: bbbbbr.itch.io/mega-duck-pa... #romhacking
Made a source-patch #MegaDuck port of the recent #Celeste Classic #GameBoy version by Rous/joshop. Playable and fun even on blurry oem screens. bbbbbr.itch.io/megaduck-cel... Patch and binary made and shared with permission, only needed minor edits to get it running on the good duck. #retrogaming
Poll results are in! Mostly the same as 2024. (Whats MAIN way people play #GameBoy / Color games) Combined results from Mastodon, Bluesky, and barely any Twitter this year. Very un-scientific and un-rigorous! 😅 #gbdev #gameboycolor #retrogaming #gbdk #gbstudio #rgbds
Could be fairly efficient. Not sure how @coffeepowerup.bsky.social implemented, but my reproduction of theirs only has 2 calls (when x/8 or y/8 changes) - One fill_bkg_rect() to clean up trailing edge - One set_bkg_tiles() to copy a fixed pre-made attrib map with the torch shape made of palettes
I've added your palette/attribute approach to my catalog page of torch effects. 😀 (in gbdk using assets to match the other examples in the repo) github.com/bbbbbr/gb-to...
The output size of the #GameBoy printer is cute, but the larger print format of the #MegaDuck (a Game Boy clone) printer is much better for pinning up or the fridge door. (coming soon to #QRPaint: a Mega Duck port) GB on left, Duck on right #retrogaming
Thanks for the kind words, drawings and suggestions about #QRPaint! New version updates -Game Boy Printer support -Hold B for fast cursor -Analogue Pocket build GB Printer had light testing, let me know about issues bbbbbr.itch.io/game-boy-qr-... #GBDK #RetroGaming #PixelArt #GameBoyColor #GameBoy
What if you could misuse a @furrtek.bsky.social GB-303 music cart as an etch-a-sketch in QR-Paint? Just trying it out, so far not planning to make it a formal part of #QRPaint since it would result in some feature limitations. #GameBoy #EtchASketch
Draw on the Game Boy and share direct to your phone with a #QRCode! No extra hardware and without the internet. QR-Paint is a small paint program for the #GameBoy with a fun way to export drawings. bbbbbr.itch.io/game-boy-qr-... #GBDK #RetroGaming #PixelArt #GameBoyColor
Been working on something fun. More details "coming soon" (TM). #GameBoy #Retrogaming #Pixelart
Thanks! Your self published version is present. If the incube8 version is digital only then it won't be included since these charts focus on physical cart releases.
Full 2025 #GameBoy homebrew / indie Cart Release charts. Holding steady but 2022 was still peak. Big publishers down a bit, self-published up. Now with interactive web charts (links in reply) Data from @dmgpage.bsky.social : dmgpage.com/homebrew-rel... #gbdev #retrogaming #indiedev #retrodev
Might be cool to see that screen with the color bars. bbbbbr.itch.io/gbc-colorbars Recently compared oem vs non-backlit GBBoy colour which seems to have 3-bit rgb output instead of 5-bit (the range clamping could be due to ORing the top 2 bits together, and same for bottom 2 bits).