• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 13:48
CET 19:48
KST 03:48
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
TL.net Map Contest #21: Winners11Intel X Team Liquid Seoul event: Showmatches and Meet the Pros10[ASL20] Finals Preview: Arrival13TL.net Map Contest #21: Voting12[ASL20] Ro4 Preview: Descent11
Community News
[TLMC] Fall/Winter 2025 Ladder Map Rotation7Weekly Cups (Nov 3-9): Clem Conquers in Canada4SC: Evo Complete - Ranked Ladder OPEN ALPHA8StarCraft, SC2, HotS, WC3, Returning to Blizzcon!45$5,000+ WardiTV 2025 Championship7
StarCraft 2
General
[TLMC] Fall/Winter 2025 Ladder Map Rotation Mech is the composition that needs teleportation t Weekly Cups (Nov 3-9): Clem Conquers in Canada Craziest Micro Moments Of All Time? SC: Evo Complete - Ranked Ladder OPEN ALPHA
Tourneys
Master Swan Open (Global Bronze-Master 2) Constellation Cup - Main Event - Stellar Fest Tenacious Turtle Tussle Sparkling Tuna Cup - Weekly Open Tournament $5,000+ WardiTV 2025 Championship
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 499 Chilling Adaptation Mutation # 498 Wheel of Misfortune|Cradle of Death Mutation # 497 Battle Haredened Mutation # 496 Endless Infection
Brood War
General
Back In The Day.... BW General Discussion FlaSh on: Biggest Problem With SnOw's Playstyle Terran 1:35 12 Gas Optimization BGH Auto Balance -> http://bghmmr.eu/
Tourneys
[Megathread] Daily Proleagues [BSL21] RO32 Group D - Sunday 21:00 CET [BSL21] RO32 Group C - Saturday 21:00 CET [ASL20] Grand Finals
Strategy
Current Meta PvZ map balance How to stay on top of macro? Soma's 9 hatch build from ASL Game 2
Other Games
General Games
Nintendo Switch Thread EVE Corporation Stormgate/Frost Giant Megathread Should offensive tower rushing be viable in RTS games? Path of Exile
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine Canadian Politics Mega-thread The Games Industry And ATVI
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
[Manga] One Piece Anime Discussion Thread Movie Discussion! Korean Music Discussion Series you have seen recently...
Sports
2024 - 2026 Football Thread Formula 1 Discussion NBA General Discussion MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List
Blogs
Dyadica Gospel – a Pulp No…
Hildegard
Coffee x Performance in Espo…
TrAiDoS
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Reality "theory" prov…
perfectspheres
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1627 users

[Math Puzzle] Day10

Blogs > evanthebouncy!
Post a Reply
Normal
evanthebouncy!
Profile Blog Joined June 2006
United States12796 Posts
May 12 2009 15:52 GMT
#1
Woot so on to day 10!
Day 9's puzzle was first solved by Shadordrn or aznmathfreak.
+ Show Spoiler [solution] +

You want to try all the velosity, and bomb it at the exact time.
Take these 2 series:
t: {1, 2, 3, 4, 5, 6, 7 ... } for time
s: {1, -1, 2, -2, 3, -4 ... } for velosity
multiply them by the colum u get
st: {1, -2, 6, -8, 15, -24...}

For those who want a closed form, you can see t as a function of time, and s as a function of time as well.
t = t
s = (-1)^(t-1)ceiling(t/2)


Today's puzzle is this:

You have n spheres of equal size. distributed in some way in space.

A point on a sphere is called "private" if all other spheres cannot see it.
In more precise definition, private means you cannot draw a segment from any point on any other sphere, to that point, without crossing the surface of some spheres.
+ Show Spoiler [example] +

for example, suppose our heads are spheres, and stand face to face to each other. The back of our heads will be private points(no other sphere can see it), while our face will not be private points(since some other sphere can see it).


Your quest:
Find the area of ALL the private points, what is it?
and more importantly: prove that your answer is correct

Extra:
again, put answers in spoilers, and TRY THE PROBLEM yourself, even if you don't have a clue how to approach it, the process of trying it will make it much worthwhile (for you and for me as well, since I make these threads to see people attempting them).

Good luck! hopefully I see a ton of replies.

Life is run, it is dance, it is fast, passionate and BAM!, you dance and sing and booze while you can for now is the time and time is mine. Smile and laugh when still can for now is the time and soon you die!
TimmyMac
Profile Joined December 2008
Canada499 Posts
May 12 2009 16:01 GMT
#2
+ Show Spoiler +
Going to guess that the area of private points equals the area of one of the spheres. Can't prove it though.
Khenra
Profile Blog Joined January 2009
Netherlands885 Posts
May 12 2009 16:10 GMT
#3
+ Show Spoiler +
The answer is: the area of all private points is equal to the area of the surface of one sphere. Example:

If you have 2 spheres, half of both spheres is private (this is easy to imagine).

If you have 3 spheres, and align them in a triangle, 1/3 of each sphere is private. If you however put 1 of the spheres directly inbetween the 2 others, one sphere has no private points but the other 2 spheres each have 1/2.

This rule remains true for n spheres, having an average private area of 1/n * (area of surface of 1 sphere) per sphere, totalling n/n = 1 area of surface of a sphere.
This signature is ruining eSports.
evanthebouncy!
Profile Blog Joined June 2006
United States12796 Posts
May 12 2009 16:13 GMT
#4
On May 13 2009 01:10 Khenra wrote:
+ Show Spoiler +
The answer is: the area of all private points is equal to the area of the surface of one sphere. Example:

If you have 2 spheres, half of both spheres is private (this is easy to imagine).

If you have 3 spheres, and align them in a triangle, 1/3 of each sphere is private. If you however put 1 of the spheres directly inbetween the 2 others, one sphere has no private points but the other 2 spheres each have 1/2.

This rule remains true for n spheres, having an average private area of 1/n * (area of surface of 1 sphere) per sphere, totalling n/n = 1 area of surface of a sphere.


+ Show Spoiler +

you have yet to prove why you can freely re-align them to different shapes? how come such operation do not change the total amount of private areas?
by your definition i have a better proof, say, i have n spheres, line them up in a role, and it's obvious total private area is 1 sphere, but what gives me the right to freely move the spheres? that's something you'd have to prove
Life is run, it is dance, it is fast, passionate and BAM!, you dance and sing and booze while you can for now is the time and time is mine. Smile and laugh when still can for now is the time and soon you die!
GHOSTCLAW
Profile Blog Joined February 2008
United States17042 Posts
Last Edited: 2009-05-12 16:21:43
May 12 2009 16:19 GMT
#5
+ Show Spoiler +
the total area of the private points is equal to the area of one sphere. Not sure how to prove it though

if you have 2 spheres, then you have half of each sphere as a set of private points

if you have three spheres, and you arrange them into a regular shape in space, it's fairly obvious that the total area of the private points is equal to the area of one sphere. You can see that this holds as well as you move around the three spheres, as it holds for everything from a regular triangle to all 3 balls in a row.

if you have four spheres, it holds for a square, as well as any other configuration that you put the four spheres into.

Not sure how you prove this more rigorously, but by inspection, you get the area of the private points = area of one sphere.

+ Show Spoiler +

edit: basically the same answer as Khenra -_-. Not sure if it's right or wrong or anything though, as we both used these hand-waving proofs that basically say: since it worked for this configuration, by thinking about it, this should work for all possible configurations of n spheres. Probably not going to cut it.
PhotographerLiquipedia. Drop me a pm if you've got questions/need help.
ninjafetus
Profile Joined December 2008
United States231 Posts
May 12 2009 16:58 GMT
#6
+ Show Spoiler +
Without finishing the problem, I think you could start like this:
Have two non-overlapping spheres. The private points are the surface area of one sphere. If you can show a 3rd sphere, placed anywhere, will have the same private area as it makes public in other spheres, then you've got something to work with.

simple example: place the third sphere colinear with the first two. It will make one hemisphere of one of the first two public, but one hemisphere of itself will be private.
FirstBorn
Profile Blog Joined March 2007
Romania3955 Posts
May 12 2009 17:14 GMT
#7
+ Show Spoiler +
My best guess is that all the private points are equall to the surface of one sphere. You can rearange all n sphere in a row on a horizonal plane and notice half of the shpere that begins the row together with half of the sphere that ends it are private points.

I don't really know a way to prove this though. Although I guess the area of all the private points is constant even if n varies. And if that's the case then the area of private points for n spheres is equal to that of 2 spheres.

I'll just wait for someone really smart to solve this.
SonuvBob: Yes, the majority of TL is college-aged, and thus clearly stupid.
Valkynaz
Profile Joined May 2009
Estonia4 Posts
Last Edited: 2009-05-12 18:11:24
May 12 2009 17:34 GMT
#8
+ Show Spoiler +
Take a giant shape around all of the spheres and shrink it so, that in the end you have some spherical areas at the corners of the shape and the rest are straight lines between the spheres. The giant shape can only bend around the corners so in the end it won't be hollow from any spot. Now if you start moving on this shape from one point in such a way that if u move in a straight line, in the end you will be back in one spot, then you will have moved along a curved area of exactly 1 circle, since you can only turn while moving along a spherical area. The area of the spherical areas on this shape is together the area of the private points, since no straight line from the other spheres can reach it and every point inside the shape can be seen by at least 1 sphere. If you just remove all of the straight areas from the shape and put the remaining shapes together, you get a sphere, because if you had moved from any of the points on shape so that u get back to where you were before you would have turned along exactly 1 circle and if u remove all of the straight lines, the turning points are all that remain. Also note that in the starting shape, from one of the private areas, it was possible to move straight in any direction in such a way that you would be back to the starting point. Only a sphere has such attributes.

I hope it's not too difficult to understand.
Muirhead
Profile Blog Joined October 2007
United States556 Posts
Last Edited: 2009-05-12 17:37:25
May 12 2009 17:35 GMT
#9
+ Show Spoiler +
Draw any plane in space somewhere far away from the spheres and move the plane in the direction of the spheres so that it remains parallel to its previous positions. The plane will first touch the spheres at some point A on some sphere, and last touch the spheres at some point B on some sphere. Then A and B are the only private points whose tangent planes are parallel to the original plane. Consider all possible directions for starting planes and we are done.
starleague.mit.edu
aznmathfreak
Profile Joined March 2009
United States148 Posts
May 12 2009 17:36 GMT
#10
On May 13 2009 01:58 ninjafetus wrote:
+ Show Spoiler +
Without finishing the problem, I think you could start like this:
Have two non-overlapping spheres. The private points are the surface area of one sphere. If you can show a 3rd sphere, placed anywhere, will have the same private area as it makes public in other spheres, then you've got something to work with.

simple example: place the third sphere colinear with the first two. It will make one hemisphere of one of the first two public, but one hemisphere of itself will be private.


+ Show Spoiler +
What Ninjafetus suggested is essentially a proof by induction, once you have shown that the private area of 2 sphere is equal to the surface area of one sphere, you go on and assume it to be true for n spheres and then prove that it's true for n+1 spheres. I don't think you can actually do that with words, since the orientations of the spheres have infinite variations, so instead I guess the easiest way would be to show it in a graph, then proving it geometrically.

gondolin
Profile Blog Joined September 2007
France332 Posts
May 12 2009 17:51 GMT
#11
On May 13 2009 02:35 Muirhead wrote:
+ Show Spoiler +
Draw any plane in space somewhere far away from the spheres and move the plane in the direction of the spheres so that it remains parallel to its previous positions. The plane will first touch the spheres at some point A on some sphere, and last touch the spheres at some point B on some sphere. Then A and B are the only private points whose tangent planes are parallel to the original plane. Consider all possible directions for starting planes and we are done.


Wow! Beautifull!
kg1128
Profile Joined May 2009
United States12 Posts
Last Edited: 2009-05-12 17:55:00
May 12 2009 17:54 GMT
#12
+ Show Spoiler +
answer=surface area of one sphere
proof- use induction
base case (n=1) area of private points = surface area of 1 sphere since there's no other sphere to 'see' the first sphere

induction: suppose the answer holds true for k spheres. color private points red in this k-sphere world. now add (k+1)th sphere.

since all the spheres are of the same size, given any 2 spheres, the areas of private points for each sphere are exactly the same. (in the same way, areas of non-private points in each sphere are the same too) ---------- (A)

by introducing (k+1)th sphere to the k-sphere world, some of the private points in the k-sphere world might become non-private points. color such points blue, then color the new corresponding private points on the (k+1)th sphere yellow.

by (A), sum of blue = sum of yellow

on the (k+1)th sphere, non-yellow points are private points since we colored all non-private points yellow.

so area of private points in k+1 world
=area of private points in k world - (private points in k but not in (k+1) world) + private points in k+1
=area of one sphere - blue + yellow
=area of one sphere

bisu
Muirhead
Profile Blog Joined October 2007
United States556 Posts
May 12 2009 17:58 GMT
#13
kg if the spheres are randomly arranged I don't see why each sphere necessarily has the same total area colored red.
starleague.mit.edu
kg1128
Profile Joined May 2009
United States12 Posts
May 12 2009 18:00 GMT
#14
sum of (area colored red) = surface area of 1 sphere

and this is true by induction hypothesis.
bisu
Muirhead
Profile Blog Joined October 2007
United States556 Posts
May 12 2009 18:06 GMT
#15
I guess I'm asking for more detail on why (A) is true
starleague.mit.edu
Mogwai
Profile Blog Joined January 2009
United States13274 Posts
Last Edited: 2009-05-12 18:10:44
May 12 2009 18:09 GMT
#16
+ Show Spoiler +
the way the question is posed, it leads me to believe that there is only 1 possible surface area of all private points. working under this assumption, I can consider the most simple example and just run with it :p

so assume all the spheres are of radius r and exist in the same cylindrical space of radius r somewhere in space. in this scenario, only the 2 end spheres would have any private points, and they would both have exactly half their surface area covered in private points. thus, in this scenario, there would be 4 * r * pi ^ 2 (surface area of a sphere) are worth of private points.

of course, proving that this will be the case for all scenarios is more difficult, but again, the problem's wording really lets us use this as a jumping off point for our thought process. now, of course with that most simple solution, we could have any number of spheres and there would be the same area of private points, which leads to consider some form of induction for proving this. Forgive the informality of this proof:

trying to prove: for any number, n, of spheres of radius, r, in space, there will be exactly 4 * r * pi ^ 2 area of "private" points.

base case: 1 sphere. all points are private as there are no other spheres, so there is 4 * r * pi ^ 2 area of private points

inductive step: if i spheres have 4 * r * pi ^ 2 area of private points, i + 1 spheres also have 4 * r * pi ^ 2 area of private points.

proof: for each area that was private in the i case and not in the i+1 case, there is an equal area on the backside of the i+1th sphere that must now be private. proving this is not entirely trivial, but I don't really have the time to right now (at work :\). it's also necessary to prove the not-quite trivial fact that the rest of the points on the i+1th sphere are not private... I suppose I'll give the proofs of those 2 things some thought, but I know them intuitively to be true...
mogwaismusings.wordpress.com
kg1128
Profile Joined May 2009
United States12 Posts
May 12 2009 18:16 GMT
#17
Muirhead, I like your answer.

but to be more complete you have to address these 2 things:

A. plane can touch multiple spheres at the same time
B. let x = radius of the spheres. whether x is 1 or 10 or 10000, same number of planes will hit same number of tangent points, yet the surface area of the sphere is different in each case.

if you can explain why A or B can be ignored, your proof is complete i think.
bisu
gondolin
Profile Blog Joined September 2007
France332 Posts
Last Edited: 2009-05-12 18:50:54
May 12 2009 18:37 GMT
#18
On May 13 2009 03:16 kg1128 wrote:

A. plane can touch multiple spheres at the same time
B. let x = radius of the spheres. whether x is 1 or 10 or 10000, same number of planes will hit same number of tangent points, yet the surface area of the sphere is different in each case.



+ Show Spoiler +

What he did is to construct a map from the grassmanian Gr(2,3) to the set of private points.
Identify Gr(2,3) with Gr(1,3) = P(R^3)=S^2/+-1.

Now except for a finite number of points, this application is etale and has for differential the homotethy x*Id. Hence the area of the private points is x*Surface(S^2) (since the application is doubly valued).

[Edit: Oops, i meant "except for a *finite union of 1-dimensional subvarieties*, the application is etale blabla"... Thanks Muirhead for the correction, this will teach me to only make drawings in dimension 2...
Muirhead
Profile Blog Joined October 2007
United States556 Posts
Last Edited: 2009-05-12 18:40:02
May 12 2009 18:38 GMT
#19
+ Show Spoiler +
Here's a more formal sketch

I defined a "map" F from the real projective plane to pairs of points on the spheres. The map F is well-defined unless the moving plane's final point of contact or initial point of contact with the spheres is shared by more than one sphere (i.e. your A.). One can see that the set of points in the real projective plane which are messed up in this fashion is a finite union of curves (subsets of projections of great circles on the sphere). Thus, in reality F maps an open, dense subset of the real projective plane onto pairs of points on the spheres. If n is the total number of spheres, there is a natural n-fold covering map G from the n spheres onto a single sphere. One sees that F followed by G is an "inverse" for the canonical projection from the sphere to the projective plane.


EDIT: Gondolin got there first ^^
starleague.mit.edu
kg1128
Profile Joined May 2009
United States12 Posts
May 12 2009 18:49 GMT
#20
nice, both gondolin and muirhead
bisu
Khenra
Profile Blog Joined January 2009
Netherlands885 Posts
May 12 2009 21:22 GMT
#21
On May 13 2009 01:13 evanthebouncy! wrote:
Show nested quote +
On May 13 2009 01:10 Khenra wrote:
+ Show Spoiler +
The answer is: the area of all private points is equal to the area of the surface of one sphere. Example:

If you have 2 spheres, half of both spheres is private (this is easy to imagine).

If you have 3 spheres, and align them in a triangle, 1/3 of each sphere is private. If you however put 1 of the spheres directly inbetween the 2 others, one sphere has no private points but the other 2 spheres each have 1/2.

This rule remains true for n spheres, having an average private area of 1/n * (area of surface of 1 sphere) per sphere, totalling n/n = 1 area of surface of a sphere.


+ Show Spoiler +

you have yet to prove why you can freely re-align them to different shapes? how come such operation do not change the total amount of private areas?
by your definition i have a better proof, say, i have n spheres, line them up in a role, and it's obvious total private area is 1 sphere, but what gives me the right to freely move the spheres? that's something you'd have to prove


I knew it wasn't proof by any means, but as you said in the opening post, at least I took a shot at it. I have never been a star at proving mathematical issues, I'm afraid

Nice work, to the guys who posted above me. I take it you guys have studied mathematics?
This signature is ruining eSports.
evanthebouncy!
Profile Blog Joined June 2006
United States12796 Posts
May 13 2009 00:12 GMT
#22
On May 13 2009 03:38 Muirhead wrote:
+ Show Spoiler +
Here's a more formal sketch

I defined a "map" F from the real projective plane to pairs of points on the spheres. The map F is well-defined unless the moving plane's final point of contact or initial point of contact with the spheres is shared by more than one sphere (i.e. your A.). One can see that the set of points in the real projective plane which are messed up in this fashion is a finite union of curves (subsets of projections of great circles on the sphere). Thus, in reality F maps an open, dense subset of the real projective plane onto pairs of points on the spheres. If n is the total number of spheres, there is a natural n-fold covering map G from the n spheres onto a single sphere. One sees that F followed by G is an "inverse" for the canonical projection from the sphere to the projective plane.


EDIT: Gondolin got there first ^^


which class u learn these cool stuff, i'm taking algebraic geometry nxt semester
Life is run, it is dance, it is fast, passionate and BAM!, you dance and sing and booze while you can for now is the time and time is mine. Smile and laugh when still can for now is the time and soon you die!
evanthebouncy!
Profile Blog Joined June 2006
United States12796 Posts
May 13 2009 00:12 GMT
#23
On May 13 2009 06:22 Khenra wrote:
Show nested quote +
On May 13 2009 01:13 evanthebouncy! wrote:
On May 13 2009 01:10 Khenra wrote:
+ Show Spoiler +
The answer is: the area of all private points is equal to the area of the surface of one sphere. Example:

If you have 2 spheres, half of both spheres is private (this is easy to imagine).

If you have 3 spheres, and align them in a triangle, 1/3 of each sphere is private. If you however put 1 of the spheres directly inbetween the 2 others, one sphere has no private points but the other 2 spheres each have 1/2.

This rule remains true for n spheres, having an average private area of 1/n * (area of surface of 1 sphere) per sphere, totalling n/n = 1 area of surface of a sphere.


+ Show Spoiler +

you have yet to prove why you can freely re-align them to different shapes? how come such operation do not change the total amount of private areas?
by your definition i have a better proof, say, i have n spheres, line them up in a role, and it's obvious total private area is 1 sphere, but what gives me the right to freely move the spheres? that's something you'd have to prove


I knew it wasn't proof by any means, but as you said in the opening post, at least I took a shot at it. I have never been a star at proving mathematical issues, I'm afraid

Nice work, to the guys who posted above me. I take it you guys have studied mathematics?


yeah that's the whole ponit <3
Life is run, it is dance, it is fast, passionate and BAM!, you dance and sing and booze while you can for now is the time and time is mine. Smile and laugh when still can for now is the time and soon you die!
evanthebouncy!
Profile Blog Joined June 2006
United States12796 Posts
May 13 2009 05:02 GMT
#24
<bump>
Life is run, it is dance, it is fast, passionate and BAM!, you dance and sing and booze while you can for now is the time and time is mine. Smile and laugh when still can for now is the time and soon you die!
igotmyown
Profile Blog Joined April 2009
United States4291 Posts
May 13 2009 08:36 GMT
#25
+ Show Spoiler +

Cleanest way I can show this:

Each sphere is a translation of a sphere of the same size from the origin, call that sphere S. For each point on S, there corresponds at most one private point on any of your spheres. I assume the spheres themselves do not intersect.

Proof: assume there are at least two such corresponding private points on the spheres. Draw a line connecting both of them (selecting 2). If the line segment does not go into the interior of the sphere, then it is not a private point. However, if we consider a translation of one sphere to the other sphere (which we can do since we are moving along corresponding points), it is impossible for the line segment to go inside both spheres. Therefore there is at most one private point corresponding to a point on S.

Now we show that there is at least one private point corresponding to a point on S.
Proof:
Draw tangent planes of each of the corresponding points on every sphere. The planes are parallel. If we reorient space to make these planes tangent to the z-axis, there is obviously a plane with the greatest z value. The point corresponding to that highest plane is a private point since the tangent plane will have all of the spheres on one side.

Therefore it is one to one between the private points on all the spheres and a sphere of the same radius, so the area of the private spheres is the area of one of the spheres.
Normal
Please log in or register to reply.
Live Events Refresh
Next event in 4h 12m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
UpATreeSC 216
White-Ra 191
StarCraft: Brood War
Calm 2205
Rain 1602
Horang2 730
Shuttle 443
Rock 50
zelot 37
hero 33
Barracks 33
Aegong 19
Killer 13
[ Show more ]
ivOry 9
Dota 2
Gorgc4373
qojqva2776
Dendi1199
Fuzer 218
LuMiX1
League of Legends
rGuardiaN44
Counter-Strike
pashabiceps1009
Super Smash Bros
Mew2King74
Heroes of the Storm
Liquid`Hasu93
Other Games
ceh9619
Beastyqt467
DeMusliM439
Sick219
Hui .138
C9.Mang057
QueenE55
Trikslyr38
BRAT_OK 34
MindelVK10
fpsfer 1
Organizations
Other Games
BasetradeTV31
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 17 non-featured ]
StarCraft 2
• HeavenSC 40
• intothetv
• Kozan
• sooper7s
• Migwel
• AfreecaTV YouTube
• LaughNgamezSOOP
• IndyKCrew
StarCraft: Brood War
• blackmanpl 2
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
League of Legends
• Nemesis3599
• TFBlade1236
• imaqtpie1121
Other Games
• WagamamaTV364
• Shiphtur264
Upcoming Events
Tenacious Turtle Tussle
4h 12m
The PondCast
15h 12m
RSL Revival
15h 12m
Solar vs Zoun
MaxPax vs Bunny
Kung Fu Cup
17h 12m
ByuN vs ShoWTimE
Classic vs Cure
Reynor vs TBD
WardiTV Korean Royale
17h 12m
PiGosaur Monday
1d 6h
RSL Revival
1d 15h
Classic vs Creator
Cure vs TriGGeR
Kung Fu Cup
1d 17h
herO vs TBD
CranKy Ducklings
2 days
RSL Revival
2 days
herO vs Gerald
ByuN vs SHIN
[ Show More ]
Kung Fu Cup
2 days
IPSL
2 days
ZZZero vs rasowy
Napoleon vs KameZerg
BSL 21
3 days
Tarson vs Julia
Doodle vs OldBoy
eOnzErG vs WolFix
StRyKeR vs Aeternum
Sparkling Tuna Cup
3 days
RSL Revival
3 days
Reynor vs sOs
Maru vs Ryung
Kung Fu Cup
3 days
WardiTV Korean Royale
3 days
BSL 21
4 days
JDConan vs Semih
Dragon vs Dienmax
Tech vs NewOcean
TerrOr vs Artosis
IPSL
4 days
Dewalt vs WolFix
eOnzErG vs Bonyth
Replay Cast
4 days
Wardi Open
4 days
Monday Night Weeklies
4 days
WardiTV Korean Royale
5 days
The PondCast
6 days
Liquipedia Results

Completed

Proleague 2025-11-07
Stellar Fest: Constellation Cup
Eternal Conflict S1

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
YSL S2
BSL Season 21
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual

Upcoming

SLON Tour Season 2
BSL 21 Non-Korean Championship
Acropolis #4
IPSL Spring 2026
HSC XXVIII
RSL Offline Finals
WardiTV 2025
RSL Revival: Season 3
META Madness #9
BLAST Bounty Winter 2026
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.