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

Player order indicator #32

Open
d-albrecht opened this issue Oct 10, 2022 · 3 comments
Open

Player order indicator #32

d-albrecht opened this issue Oct 10, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@d-albrecht
Copy link

What if you could see the order of the players somewhere on the screen?

The bottom is already taken and the top is quite crowded as well, so I'd suggest to have a bar at either side that indicates (a) who had the first turn, (b) whose turn it currently is, and (c) who will come next

The top position would always be the player with the first turn. Then all the other players in order. This should be visible on the map selection screen already, so that you know who would act before you even got to play. The current player could be indicated by an arrow, or a border around the color or something else. If one player is no longer participating, you could either remove the color from the bar, or cross it out, or whatever.

You could even use this to indicate the state of the game. You know how Slay has bar charts to indicate the number of tiles each color has? You could also include that into the side bar as well, in terms of sprites. If there is a gravestone on your color, that means you are out. if there is a tree on your color, then you have a very weak position, if you have a peasant, you have some tiles, if you have a baron on your color, you have (almost) wiped out everyone else.

That's a quick draft of what I imagine (without the sprites):
Order_Indicator

@Sesu8642 Sesu8642 added the enhancement New feature or request label Oct 10, 2022
@Sesu8642
Copy link
Owner

Good idea. The placement surely works for the desktop version but could be annoying on mobile if playing in portrait mode. Ideally, it would move somewhere else or get hidden if the window becomes too small. But that's probably difficult with libGDX if possible at all.

@Sesu8642
Copy link
Owner

There could be a human or robot icon inside or instead of the tiles to indicate the player type.

@d-albrecht
Copy link
Author

Especially if it ever comes to multi-player games (or if you offer the option to switch the human player's color), this could be a useful idea, too.

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

2 participants