Live data from Hacker News

Game about squares

gameaboutsquares.com

161–170 of 208 posts

Re: Game about squares

#161
post #63

The author is intentionally limiting this app to touch-only for touch-capable users. This breaks the game for anyone wanting to use a touchpad or mouse on their touchscreen laptop. The offending code (from http://gameaboutsquares.com/game.c.js , beautified): (function($) { try { document.createEvent("TouchEvent"); return; } catch (f) {} var eventMap = { mousedown : "touchstart", mouseup : "touchend", mousemove : "tou…

Further more it is completely unusable on some touch devices, I tried iPad 4 and iPhone 5. They both scroll the page (better: bump to the top, as if you wanted to scroll past the end of a page) instead of moving the blocks. :-/

No problem on Android Browser 4.4

Re: Game about squares

#162
post #134

Earlier quoted context omitted.

Ever notice how people from the UK tend to generalize in a condescending way that only really serves to highlight their backward, provincial attitudes? Sort of like this?

It's a cultural difference I have noticed across a lot of copy evaluations. But you chaps sure seem sensitive about it.

We're not too keen on folks being wrong, it's true.

Re: Game about squares

#163
post #111

Earlier quoted context omitted.

It's always a bit of a shame when software provides no affordances for the colourblind. It's not nearly as uncommon as some people think it to be. Games and visualisation software tend to be particularly bad culprits in this. (Also, you want the one on the left)

While software should be designed with accessibility in mind, ideally this could be managed by the display, allowing applications to be agnostic to the needs of colour blind users. Would it be possible for displays to insert a colour-transformation layer to shift all colours to different palettes which are more distinct for each type of colour blindness? This might only work for partial colour blindness, but does any…

At least with Chrome you can install the Daltonize! plugin. That plugin even has a "simulation" mode to help color-visible to see how your page looks like to (some of) the colorblind out there.

Re: Game about squares

#168
post #118

Earlier quoted context omitted.

I'm from the US, born in California, and I definitely enjoy the comments :)

Also from the US and California. I bet the guy above us has bad teeth and likes Dr. Who.

Well I'm from the UK and I thought the comments were bloody annoying, so...

Re: Game about squares

#169
post #4

Earlier quoted context omitted.

interesting - its working in firefox but not in chrome 36.

As mentioned above, if the game detects touch capable browser (which new Chrome versions do if you're on Win8 I believe) it'll block mouse input.

i'm on windows 7 and don't have any devices connected that would be considered touch I don't believe.
Post reply on HN