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 setting #24

Open
d-albrecht opened this issue Sep 19, 2022 · 11 comments
Open

Color setting #24

d-albrecht opened this issue Sep 19, 2022 · 11 comments
Labels
enhancement New feature or request

Comments

@d-albrecht
Copy link

Would it be possible to have a global game settings menu where I can choose my color out of the active color scheme? I'm not a fan of always playing blue.

Furthermore, have you made sure that the color scheme is appropriate when it comes to users with any colorblindness / visual impairment? I don't suffer any of these issues, but I know that it is really easy to fall into this trap and choose colors that some might not be able to distinguish (and being called out for that). In case you're unsure, use the above settings menu to offer a range of color schemes to choose from so everyone will find some working scheme.

@Sesu8642
Copy link
Owner

Yes, I did think of that but didn't implement it (yet) because it's quite a lot of work. Not the highest priority right now.

@Sesu8642 Sesu8642 added the enhancement New feature or request label Sep 19, 2022
@bodqhrohro
Copy link

My nephew asks how to play for pink rather than for blue every time they see the game. Pretty sad it's not supported.

@gwhitney
Copy link

Most importantly I would very much like the ability to replay a given starting position in control of a different color in that starting position. When I play a very close/interesting game I often wonder if I could have won it "from the other guy's position". Thanks for considering.

@Sesu8642
Copy link
Owner

@gwhitney interesting idea, I like it. I'm unsure if it should be linked to the color setting though.

One idea to implement would be to give the option to tap/click on any tile of the generated map before starting the game. Then some indicator for the selected color would be needed.

@gwhitney
Copy link

Oh I guess I misunderstood,I thought this issue was precisely the choice of which team/color to play.

@Sesu8642
Copy link
Owner

I believe this issue is about a global setting for choosing a color to always play as. The game would then just color the map differently but the starting situation of a given map would not be affected. At least this is how I imagined the implementation.

@gwhitney
Copy link

Ah ok. Well, either you could kill two birds with one stone and keep the colors the same and just allow the player to choose which one to play, or this could be just about what color to assign to each position, and you or I could open a separate issue about choosing which position to play in a given starting configuration. Just let me know.

@Sesu8642
Copy link
Owner

I'll decide when I work on this and potentially create a new issue then. Thanks for your idea :)

@AnthonyClayton12
Copy link
Contributor

@Sesu8642 I have created a new button on the game setup screen to allow the user to choose the color of their kingdom. I will send you more information and a pull request.

@Sesu8642
Copy link
Owner

Sesu8642 commented Apr 4, 2024

@AnthonyClayton12 opened #73. The setting only affects the color, not the gameplay.
I'm unsure if this is something people would want to change with the map parameters. Maybe it should be in the main preferences instead. Looking for feedback from the other participants here :)

@gwhitney
Copy link

gwhitney commented Apr 4, 2024

I agree it's something that I'd be unlikely to change on a map-by-map basis; it's more like I would set my favorite color once and for all. So by that rationale, I'd agree that it should be on the preferences screen that you get to from the main menu.

The other feature, which was my alternate interpretation of this item, where you pick which one of the six initial territories you'd like to play with, would of course need to be on the map parameters screen.

Sesu8642 added a commit that referenced this issue Jul 1, 2024
- remove naming of colors
- remove colors from save file
- make color selection change the starting position

related to #24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants