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

Limit number of units #31

Open
namelessvoid opened this issue Oct 4, 2013 · 1 comment
Open

Limit number of units #31

namelessvoid opened this issue Oct 4, 2013 · 1 comment

Comments

@namelessvoid
Copy link
Owner

Set a limitation to the number of units in StartWindow so there are not more units than squares on the board.

One idea:
Units per player = floor (board height * widht / 2)

@ghost ghost assigned namelessvoid Oct 4, 2013
@namelessvoid
Copy link
Owner Author

Moved to milestone 0.2 Development

I will think about it again in version 0.2 because I ran into a problem:
The board is only initialized if "Start Game" was clicked so the maximum unit count is not available while StartGameWindow is visible.

This can only be resolved by restructuring the game set up process which will be changed in version 0.2 anyway.

@namelessvoid namelessvoid reopened this Jan 4, 2014
@namelessvoid namelessvoid removed this from the 0.2 milestone Jul 21, 2017
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

No branches or pull requests

1 participant