7 ms·
I enjoyed this a lot. Thank you. Feedback: Desktop with trackpad, I swiped and my pointed ended out of the grid and it doesn't let this swipe occur. Echoing o
by ejang0 2y ago
I enjoyed this a lot. Thank you.
Feedback: Desktop with trackpad, I swiped and my pointed ended out of the grid and it doesn't let this swipe occur.
Echoing others:
- "the numbers of taps and swipes were too small for me to notice, I’ve discovered them quite late"
- "The scroll down section felt odd."
- on desktop I couldn't figure out what "swipe" meant for a bit (just click-and-drag)
Thank you again for this gift.
- james_marks 2y agoGlad you're enjoying it, thanks for playing. Great comments and some new bugs on my list. The "scroll down" is definitely odd, I haven't quite decided how to handle that. The reason for it is the floating address bar on mobile browsers- the only way I can find to minimize them is an authentic scroll of the page body. window.scroll() methods or anything I try to do that doesn't literally display an overflowing body requiring a scroll, and it won't retract. To have the address bar full height while I'm trying to play just kills it for me. I've got some great animations from the original version I haven't brought in yet; the scroll down might "reveal" the puzzle with an animation that feels more natural.
- wonger_ 2y agoThe fullscreen API might help you rid the address bar. Or as another comment said, implementing as a PWA.