-
-
Notifications
You must be signed in to change notification settings - Fork 985
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alternate color combination to Red/Green, Color blind people may face issue. #74
Comments
Thanks, I didn't think about that. I'll look into it. |
I was looking into it, and changing initialization.js to this changes red to purple and green to brown, but it'll need some sort of options implementation to switch between them
|
I don't like those colors too much. We pulled all of our colors from http://flatuicolors.com - perhaps you could play around with the colors there? |
Ok, Ill run some new ones by you #d35400 - Orange |
Side note: After testing out the colorblind version and then reopening the game in normal mode, the save state loaded with the purple and brown blocks still in play, but with no way to actually get rid of them. |
Clear your local storage / try testing in an incognito window (if you're using Chrome) if you would like to try to test color combinations. |
Hey IceManQ I'd be interested in adding maybe an optional button in the pause menu. Would that be good? I'm sorry but we've come a bit attached to the games current colors. I'll try to get to work on it tomorrow! Btw those colors look great although I know nothing about color blindness I'm afraid. |
Sure! Doing it before the game starts will probably be easier though, because otherwise you'd have to work out how to change all the blocks colors midgame, and setting them is much simpler |
Haha that is a very good point. On Monday, August 18, 2014, IceManQ [email protected] wrote:
|
In fact, if you want to support all types of colour blindness, you need to use something based on shapes instead of colours. Or something brightness-based in grayscale, but then it is hard to distinguish between bricks. |
Do you think that we could just use gradients? |
That's so cool! Could you package it up as an option in Hextris? |
Most of people have complex of red/green combination. You might look out for some other good
color combination.
The text was updated successfully, but these errors were encountered: