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

Logo #11

Closed
benjaminpjones opened this issue Jul 10, 2022 · 11 comments · Fixed by #50
Closed

Logo #11

benjaminpjones opened this issue Jul 10, 2022 · 11 comments · Fixed by #50

Comments

@benjaminpjones
Copy link
Collaborator

We should have one!

@benjaminpjones
Copy link
Collaborator Author

benjaminpjones commented Aug 30, 2022

Samtaegeuk but with Vue greens and OGS white. I chose this because the Samtaegeuk is a variant of the Taiji which looks like a variant of the OGS logo.

Samtaegeuk but with Vue greens and OGS white

BTW if anyone has ideas for a different or modified logo, we can discuss! I went ahead and put this in because we needed some replacement for the placeholder Vue icon.

@GreenAsJade
Copy link

I came here to submit a logo just like that one, except not as good.

The only thing I do wonder is whether the black deserves to be actual black, which would be a better link with heritage and topic.

@benjaminpjones
Copy link
Collaborator Author

I didn't realize you were watching these! 😄

The only thing I do wonder is whether the black deserves to be actual black, which would be a better link with heritage and topic.

Actually an earlier iteration did just use OGS black & white, but I switched to Vue colors because it fit better with the site's current color scheme. I never tried a black white and green combo though - maybe it would work?

Screen Shot 2022-09-04 at 8 06 19 PM

@GreenAsJade
Copy link

Yeah I think there's a reasonable chance that there's a green that will work. (The red somehow sticks out too much - I imagine that's what you concluded. :) )

@JonKo314
Copy link
Collaborator

JonKo314 commented Sep 5, 2022

Vue's color scheme is nice, but I think we should be able to come up with something of our own.

The only thing I do wonder is whether the black deserves to be actual black, which would be a better link with heritage and topic.

I think so too, but then the third color shouldn't be red I think, because black, white and red reminds me of Germany (and Austria) around 1940.

@GreenAsJade
Copy link

I didn't realize you were watching these! 😄

Via comments in slack, rather than actively here :)

@benjaminpjones
Copy link
Collaborator Author

Oh huh somehow I missed this further discussion - haha @JonKo314 I couldn't put a finger on it, but there I did sense a certain harshness to that first iteration 😅

@JonKo314
Copy link
Collaborator

I've been thinking about colors a bit. I like the blackish, whitish logo, but all colors should be (somehow) distinguishable from the background when using dark and light mode. That's not easy with blackish and whitish in the logo, but I think it's manageable. Also it would be nice to have, if the logo worked as a stone on the brownish board.

image

image

@benjaminpjones
Copy link
Collaborator Author

I like it!

I like the blackish, whitish logo, but all colors should be (somehow) distinguishable from the background when using dark and light mode.

We could use an outline if one background is proving particularly tricky. I think OGS uses highlights to address this issue and also give the logo a bit of depth.

Also it would be nice to have, if the logo worked as a stone on the brownish board.

Yeah! Maybe for three-player games like parallel (n=3), maybe we can default to these!

const distinct_colors =
props.config.num_players === 2
? ["black", "white"]
: [

const distinct_colors =
  props.config.num_players <= 3
    ? LOGO_COLORS
    : [...];

@JonKo314
Copy link
Collaborator

JonKo314 commented Jun 25, 2023

@benjaminpjones can you tell me something about the geometry? Is the boundary between green and white just a semicircle with a radius that is half as big as the radius of the whole logo? If so, I think that's enough information for me to construct the shape.

Like that?
image

@benjaminpjones
Copy link
Collaborator Author

benjaminpjones commented Jun 25, 2023

That's correct, all just semicircles, rotated by 120°! But hopefully you don't have to recreate the geometry.. you could probably just patch the fill colors in the svg in my earlier comment.

- <path d="M-150 259.808A300 300 0 0 0 300 0a225 225 0 0 0-450 0z" fill="#cd2e3a"/>
+ <path d="M-150 259.808A300 300 0 0 0 300 0a225 225 0 0 0-450 0z" fill="#4ab04a"/>
- <path d="M-150-259.808a300 300 0 0 0 0 519.616A150 150 0 0 0 0 0z" fill="#010101"/>
+ <path d="M-150-259.808a300 300 0 0 0 0 519.616A150 150 0 0 0 0 0z" fill="#0e101b"/>
- <path d="M0 0a150 150 0 0 1 300 0 300 300 0 0 0-450-259.908A150 150 0 0 0 0 0z" fill="#dededd"/>
+ <path d="M0 0a150 150 0 0 1 300 0 300 300 0 0 0-450-259.908A150 150 0 0 0 0 0z" fill="#fbeeee"/>

Edit: as an aside, TaegeukStone.vue generates a slightly different SVG but ends up with the same shape. Might be worth a look if you're interested in the geometry.

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

Successfully merging a pull request may close this issue.

3 participants