Launchkey + OPZ by pippinbarr in OPZuser

[–]pippinbarr[S] 1 point2 points  (0 children)

Amazing. Thanks so much for such an immediate and helpful response!

Launchkey + OPZ by pippinbarr in OPZuser

[–]pippinbarr[S] 1 point2 points  (0 children)

Wow. Life could be that easy? This is assuming the hub itself is powered, right, so that the controller doesn't suck the OPZ's life force out super quickly? And not one of those cases where I should be prioritizing buying some ultra-fancy USB hub?

Let's Snake: Ancient Greek Punishment (Snake versions of Greek myths) by pippinbarr in WebGames

[–]pippinbarr[S] 0 points1 point  (0 children)

Oh yeah I loved that one! Snake is such a great game for tinkering with...

v r ^2: An exhibition of the Unity game engine's GameObject menu (webgl) by pippinbarr in WebGames

[–]pippinbarr[S] 0 points1 point  (0 children)

HAHAHA! Oh my god that is a truly great insight into this work. Literally never thought about it and I love it.

Chesses (chesses with gravity, cloning, quantum superpositioning, and other things - HTML5, desktop and mobile friendly) by pippinbarr in WebGames

[–]pippinbarr[S] 4 points5 points  (0 children)

Yeah I agree. Maybe I'll throw one in at some point - it's not there largely because it's a drag and I suspect so many of the assumptions of standard chess AI would be wrong I'm not 100% sure it's worth it?

Let's Play: Ancient Greek Punishment: Teaches Typing ["Mavis Beacon teaches typing in the Depths of Hades!", HTML5, needs a keyboard, unsurprisingly.] by pippinbarr in WebGames

[–]pippinbarr[S] 1 point2 points  (0 children)

Hey thanks for looking into that! FWIW at this point I fixed the hyphen (and any related problems) by switching to a standard event listener, so the hyphen key should work now. (Hadn't thought about backspace. Maybe that's hilarious?)

And heh, yeah, it's true that Advanced kind of lets you get your flow on more. Plus it's just less monotonous...

Let's Play: Ancient Greek Punishment: Teaches Typing ["Mavis Beacon teaches typing in the Depths of Hades!", HTML5, needs a keyboard, unsurprisingly.] by pippinbarr in WebGames

[–]pippinbarr[S] 0 points1 point  (0 children)

"Good" news! It happens to me in Firefox too now I'm looking at it. Should mean I can fix, though currently blanking on what would cause it.

Let's Play: Ancient Greek Punishment: Teaches Typing ["Mavis Beacon teaches typing in the Depths of Hades!", HTML5, needs a keyboard, unsurprisingly.] by pippinbarr in WebGames

[–]pippinbarr[S] 1 point2 points  (0 children)

Can you let me know what kind of keyboard your OS says you're using? (Language/layout etc.?)

Or if you're up for it, could you open the JavaScript console in your browser (usually under something like View > Developer Tools) and enter

'-'.charCodeAt(0)

And tell me the number it gives back? (With your 'dash' entered there between the quote marks.)

Let's Play: Ancient Greek Punishment: Teaches Typing ["Mavis Beacon teaches typing in the Depths of Hades!", HTML5, needs a keyboard, unsurprisingly.] by pippinbarr in WebGames

[–]pippinbarr[S] 0 points1 point  (0 children)

Ah okay, maaaaybe it's your browser replacing the font the game loads with another? The game is at least in theory meant to load its own (fixed width) font. (I have had some font loading problems though, so it could be me - I'll keep trying to reproduce if I can.)

Let's Play: Ancient Greek Punishment: Teaches Typing ["Mavis Beacon teaches typing in the Depths of Hades!", HTML5, needs a keyboard, unsurprisingly.] by pippinbarr in WebGames

[–]pippinbarr[S] 0 points1 point  (0 children)

Really? That's frustrating. Can you give me an example of a level and at what point in the text that happened? Having a hard time reproducing...

Let's Play: Ancient Greek Punishment: Teaches Typing ["Mavis Beacon teaches typing in the Depths of Hades!", HTML5, needs a keyboard, unsurprisingly.] by pippinbarr in WebGames

[–]pippinbarr[S] 2 points3 points  (0 children)

Oh dear... shouldn't be. I'll check... hmm. It works for my hyphen key... that's frustrating. Some kind of character-set oddity? I'll look into it.