Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Teleport players away from one another on start #36

Open
zupmine opened this issue Jun 25, 2021 · 3 comments
Open

Teleport players away from one another on start #36

zupmine opened this issue Jun 25, 2021 · 3 comments
Assignees
Labels
accepted This issue has been accepted for development enhancement New feature or request stale This issue hasn't received any activity in a while
Milestone

Comments

@zupmine
Copy link
Collaborator

zupmine commented Jun 25, 2021

  • We want to spread players throughout the initial border size
  • We don't really care how far apart they are from one another
  • Randomize centered at 0,0
@zupmine zupmine added the enhancement New feature or request label Jun 25, 2021
@zupmine zupmine added this to the v0.2.0 milestone Jun 25, 2021
@leviem1
Copy link
Member

leviem1 commented Jul 12, 2021

Just FYI, teleport code is done in CwCommons, just need to use it in this project.

@leviem1
Copy link
Member

leviem1 commented Jul 14, 2021

Thinking of doing something cheeky like breaking the map into a grid that can fit the number of players. Something like (log2P)2 where P is the number of players in the game. Then, assign one player to a random location within each of the regions until we're out of players.

@leviem1 leviem1 added the accepted This issue has been accepted for development label Jul 22, 2021
@stale
Copy link

stale bot commented Sep 5, 2021

This issue has been automatically marked as stale because it has not had recent activity.

@stale stale bot added the stale This issue hasn't received any activity in a while label Sep 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
accepted This issue has been accepted for development enhancement New feature or request stale This issue hasn't received any activity in a while
Projects
None yet
Development

No branches or pull requests

2 participants