Skip to content
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

Color and problems 116, 114 and 117 #43

Open
jayvdb opened this issue Jun 16, 2016 · 3 comments
Open

Color and problems 116, 114 and 117 #43

jayvdb opened this issue Jun 16, 2016 · 3 comments

Comments

@jayvdb
Copy link
Collaborator

jayvdb commented Jun 16, 2016

Problem 116 uses colour to convey sizes of blocks, using a HTML table with different colored cells and an image https://projecteuler.net/images/spacer.gif

https://projecteuler.net/problem=116

Pocket Euler valiantly attempts to do this without color or images, using box drawing characters, but it seems unnecessarily difficult to understand the problem.

https://github.com/imsky/PocketEuler/tree/1e4be304b3e#problem-116

One part of the communication problem is that using characters like seems to suggest there is meaning in the gap between the two vertical bars. using would probably be better.

If we really want to avoid color, the boxes should be much bigger and include some visual clue (ideally 'red', 'green', 'blue') in the boxes to indicate where color has been omitted.

But color is useful!

IMO a small image or SVG (see https://gist.github.com/CyberShadow/95621a949b07db295000 ) would do the trick -- there are no words, so it also isnt a translation problem.

@imsky
Copy link
Owner

imsky commented Jun 16, 2016

good idea

@jayvdb jayvdb changed the title Problem 116 and color Color and problems 116 and 114 Jun 28, 2016
@jayvdb
Copy link
Collaborator Author

jayvdb commented Jun 28, 2016

Problem 114 has the same problem to a limited extend as it is only red and black, and could easily be white and red, but it is not easy to understand the example without color.

@jayvdb jayvdb changed the title Color and problems 116 and 114 Color and problems 116, 114 and 117 Jun 28, 2016
@jayvdb
Copy link
Collaborator Author

jayvdb commented Jun 28, 2016

Problem 117 also has the same problem as 116, requiring multiple colors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants