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

randomly add player? #9

Closed
idealhack opened this issue May 20, 2016 · 3 comments
Closed

randomly add player? #9

idealhack opened this issue May 20, 2016 · 3 comments

Comments

@idealhack
Copy link

How about change the way of appending players to random in case of cheating?

For example, change players.append(player) to players.insert(randrange(len(players) + 1), player).

I would like to send a patch.

@jh0ker
Copy link
Owner

jh0ker commented May 20, 2016

@idealhack Do you mean to prevent players from working together? Please read issue #6 and check the related PR - you might want to wait with the patch until the PR is merged.

@idealhack
Copy link
Author

OK, let's do this later.

@idealhack
Copy link
Author

I’m closing this because of inactive. Feel free to open again if it’s necessary.

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

2 participants