NUMBERS + CODE

How many KOs to achieve Tetris Maximus?

May 27, 2020

Tetris 99, Nintendo’s battle royale spin on the classic line-clearing phenomenon, has players chasing “Tetris Maximus” by outliving their fellow 98 competitors. As you clear lines, perform combos or get tetrises, you send garbage lines to competitors. Hopefully that garbage is enough to push them over the edge of the screen, scoring you a KO. Naturally, this begs the question:

What is the expected number of KOs for a Tetris 99 winner?

Extinction Events

We define the extinction event as the period in which the number of remaining players drop from to , with . We denote as the set of all extinction events in a game:

with for some .

We assume that all remaining players have an equal share in the KOs that happened during . 1 In other words, every remaining player has an equal probability of scoring a KO that happened during this event.

If we denote a given player’s expected number of KOs during as , we have

Denoting the winner’s KOs as , we have:

Some Models

It’s clear that our choice of and for every will have an effect on our predicted . Let’s play around with a few different and see how it affects .

1. Taking

Event ab
99500.98
50251.98
25132.90
1373.76
744.51
425.51
216.51

In this model, is 6.51. Initially, this result may seem a bit counterintuitive. By the end of 98 players have been eliminated, so it’s natural to expect the winner to have knocked out more than 6.51 of them. We correct our intuition by realizing that each of those 6.51 players eliminated a bunch of other players in turn, similar to how it takes only 7 wins to win a 128-player tournament such as Wimbledon.

2. 10 at a time up to Top 10, and then

Event ab
99900.1
90800.225
Some time passes…
201012.82
10513.82
534.48
324.98
2115.98

Interestingly enough, is close to our estimate in the first model.

3. 1 at a time

This is an interesting (and quite an extreme) case, implying that every player plays a part in every KO.

In this model, we have

with being the 98th Harmonic number. The expected number of KOs when reaching the top 10 is = 2.14.

4. Whatever else

Clearly we can only speculate on how these extinction events play out in reality. Messing around with a few more handcrafted guesses, tends to end up between 5 and 7.

Takeaways

  • It’s expected to achieve “Tetris Maximus” with only 6 KOs - a result which is lower than I intuitively expected.
  • It’s expected to reach the top 10 with only 3 KOs. You have no need to panic when the fear-inducing Top 10 music starts playing and you notice that you only have 3 KOs.

Fun fact: When I eventually got my first Tetris Maximus, I did it with 6 KOs - making me a perfectly average winner. The fact that my estimations played out (and that I finally won!) made being perfectly average, perfectly OK.


  1. I don’t have a lot of experience in other victory royale games, so this assumption may not hold for games other than Tetris 99. Having played almost 500 games of Tetris 99, the idea of extinction events feels like a natural way to describe how players are being eliminated, and how the average player’s KO count increases as the game goes on. (This obviously excludes the presence of YouTube Tetris giants who end up getting 15+ KOs in a game.)


Written by Christiaan Kruger, a 27-year old Software Engineer living in Cape Town, South Africa. Github | LinkedIn