Live data from Hacker News

Game about squares

gameaboutsquares.com

151–160 of 208 posts

Re: Game about squares

#151
post #114

Earlier quoted context omitted.

I specifically liked the comments between levels, it was obvious what he did there after the second message :)

Are you from the US? I'm from the UK and I really liked the comments too. I really find that people from the US are more likely to dislike humour in this kind of game. Especially Californians.

Probably because people who dislike are more likely to talk about it, and well, silicon valley is in California.

Re: Game about squares

#153
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…

AFAIK, colour blindness ranges from barely an issue to an almost complete "grey-scale" style of insensitivity to colour. In general, the only safe design choice is ensuring that no decision-critical information is conveyed through colour alone.

Re: Game about squares

#154

Amazing game, loved the stack on level 21. Made it to level 26, will have to come back and play more later. Go sell it on an app store and make some money for your time.

How's the stack work? I can't make it do anything else but move the blocks counterclockwise :/

Edit: Got it with stinos' comment

Re: Game about squares

#155
post #46
post #8

Earlier quoted context omitted.

But it is! Try stacking the red and dark blue colors up in order and pushing them with the light blue block. I got stuck on 21, and that's enough for me for now. Good puzzle game!

21: 'think outside of the box' :P

Ooh, good tip, thanks!

Re: Game about squares

#158
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…

That may work as well as "ideally, applications should be agnostic to language and an automatic language-transformation layer should handle all the text".

While it's technically possible (several app stores do just that), the results are far from good quality. When colors are used to convey meaning, the transformations needed to allow blind-color users to see them will be application-dependent.

This may be enough to allow these users to play simple games, but ideally developers should learn enough about the human API so as to cater to the real needs of their users. Depending on invisible colors for gameplay should be seen as bad as letting an uncaught exception crash your application.

Re: Game about squares

#159
post #153

Earlier quoted context omitted.

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…

AFAIK, colour blindness ranges from barely an issue to an almost complete "grey-scale" style of insensitivity to colour. In general, the only safe design choice is ensuring that no decision-critical information is conveyed through colour alone.

So, service idea: pass a complex color-blindness test (on your setup) and it will generate a color profile suited for you (and your setup).

I wonder if it is possible without ruining the appearance of everything else (never really looked into how color profiles work).

Post reply on HN