-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e905b2a
commit 73c7e7f
Showing
6 changed files
with
96 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,45 @@ | ||
# 10,000 Player PvP Event | ||
|
||
TODO | ||
Our pilot event is a 10,000 player PvP battle to break the Guinness World Record for the largest PvP battle ever. | ||
|
||
We're partnering with [TheMisterEpic](https://www.youtube.com/channel/UCJiFgnnYpwlnadzTzhMnX_Q) to run an initial | ||
proof-of-concept event with around 2k players. Following its success, we'll host the full-scale 10,000 player PvP battle | ||
alongside numerous YouTubers and streamers. | ||
|
||
## Inspiration | ||
|
||
- [Diep.io Tag](https://diepio.fandom.com/wiki/Tag) | ||
- Hypixel *The Pit* | ||
|
||
## Teams | ||
|
||
When players join the game, they are assigned to a team. | ||
|
||
- Red team | ||
- Blue team | ||
- Green team | ||
- Yellow team | ||
|
||
Teams are designated by their boot color. | ||
|
||
Their goal is to gather resources and kill all other players on opposing teams to increase their XP points. | ||
|
||
When a player is killed | ||
|
||
- the killed player respawns with $1/3$ of their XP points | ||
- the killer receives $1/2$ of the XP points | ||
- this is to make sure that killing players is not inflationary; $1/3 + 1/2 < 1$. | ||
|
||
## Classes | ||
|
||
![classes.png](classes.png){data-zoomable} | ||
|
||
There is an upgrade tree. Everyone starts out as the stick class, which is the most basic class. | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters