Hacker News new | ask | show | jobs
by kbf 834 days ago
If you’re looking for a Wordle game they can’t take from you, Wordyl on Game Boy is one I’ve been enjoying :)

https://bbbbbr.itch.io/gb-wordyl

1 comments

Why wouldn't they allow keyboard input to type the words? Nobody has time to select each individual letter with the up/down arrows. I get it's an emulated game but there must be a way to hook keyboard input.
As the other person who replied said, it's a game meant to run on the Game Boy which has no keyboard. The intended use case is not in a JS web emulator, that is just a way for people to preview it before downloading.

You can also see in the downloads there IS support for the game boy clone megaduck laptop that has a keyboard, if you have one of those.

??? it's a gameboy game. gameboy had no keyboard
I wonder how feasible it would be to get a keyboard hooked up to a Gameboy through the serial port. It looks like it should be possible from a cursory reading of https://gbdev.io/pandocs/Serial_Data_Transfer_(Link_Cable).h...
Certainly possible and probably not too hard, there are code examples from the late 90's and early 2000's for using ps2 keyboards. But not enough people have the keyboard link port adapter to make it worth implementing.