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

Update game.go #4

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Update game.go #4

wants to merge 2 commits into from

Conversation

okwme
Copy link

@okwme okwme commented Feb 25, 2022

make more like generals.io!

Comment on lines +180 to 182
if pop.Amount <= amount {
amount = pop.Amount - 1
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you trying to make it that you always leave behind one population? I was thinking of making that change just in the UI. Like you press a hotkey and a move button and it moves all your population but 1. Actually Noam suggested that

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 this pull request may close these issues.

2 participants