• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 13:16
CET 19:16
KST 03:16
  • 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
StarCraft, SC2, HotS, WC3, Returning to Blizzcon!45$5,000+ WardiTV 2025 Championship7[BSL21] RO32 Group Stage4Weekly Cups (Oct 26-Nov 2): Liquid, Clem, Solar win; LAN in Philly2Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win10
StarCraft 2
General
SC: Evo Complete - Ranked Ladder OPEN ALPHA Mech is the composition that needs teleportation t TL.net Map Contest #21: Winners StarCraft, SC2, HotS, WC3, Returning to Blizzcon! RotterdaM "Serral is the GOAT, and it's not close"
Tourneys
Constellation Cup - Main Event - Stellar Fest Sparkling Tuna Cup - Weekly Open Tournament $5,000+ WardiTV 2025 Championship Merivale 8 Open - LAN - Stellar Fest Sea Duckling Open (Global, Bronze-Diamond)
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
FlaSh on: Biggest Problem With SnOw's Playstyle BGH Auto Balance -> http://bghmmr.eu/ [ASL20] Ask the mapmakers — Drop your questions BW General Discussion Where's CardinalAllin/Jukado the mapmaker?
Tourneys
[Megathread] Daily Proleagues [ASL20] Grand Finals [BSL21] RO32 Group A - Saturday 21:00 CET [BSL21] RO32 Group B - Sunday 21:00 CET
Strategy
PvZ map balance Current Meta How to stay on top of macro? Soma's 9 hatch build from ASL Game 2
Other Games
General Games
Stormgate/Frost Giant Megathread Should offensive tower rushing be viable in RTS games? Nintendo Switch Thread Path of Exile Dawn of War IV
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
Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine Canadian Politics Mega-thread US 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
Learning my new SC2 hotkey…
Hildegard
Coffee x Performance in Espo…
TrAiDoS
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Reality "theory" prov…
perfectspheres
Our Last Hope in th…
KrillinFromwales
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1391 users

The Big Programming Thread - Page 29

Forum Index > General Forum
Post a Reply
Prev 1 27 28 29 30 31 1032 Next
Thread Rules
1. This is not a "do my homework for me" thread. If you have specific questions, ask, but don't post an assignment or homework problem and expect an exact solution.
2. No recruiting for your cockamamie projects (you won't replace facebook with 3 dudes you found on the internet and $20)
3. If you can't articulate why a language is bad, don't start slinging shit about it. Just remember that nothing is worse than making CSS IE6 compatible.
4. Use [code] tags to format code blocks.
fabiano
Profile Blog Joined August 2009
Brazil4644 Posts
December 24 2010 01:33 GMT
#561
On December 24 2010 10:24 killanator wrote:
So I am in a game development class at my high school. Sort of a retarded class really. We are learning Game Maker, and about 90% of the people screw up stupid stuff with its ridiculously easy drag and drop system. I like to be ahead on these type of things that interest me, so I've gone ahead and I'm learning GML(game maker language). I find it very satisfying, just the part of writing code and seeing it produce a result excites me. I'd certainly like to continue and pursue programming and game development as a hobby. I am starting to feel good doing somewhat basic programming in GML, and I'm just starting to learn Actionscript 2.0. What else should I learn?

One thing that interested me was doing indie games for the xbox live marketplace. I read a bit about it and it uses Microsoft XNA which uses C#. would C# be easy enough to learn or should I go somewhere else first? I dont want to simply limit myself to making games and be a good all around programmer but I want games to be my main focus.


C# is good to learn, go for it, but remember to start small.

To be a good programmer and have solid knowledge on the subject you will need to course Computer Science though.
"When the geyser died, a probe came out" - SirJolt
killanator
Profile Blog Joined January 2008
United States549 Posts
December 24 2010 01:38 GMT
#562
On December 24 2010 10:33 fabiano wrote:
Show nested quote +
On December 24 2010 10:24 killanator wrote:
So I am in a game development class at my high school. Sort of a retarded class really. We are learning Game Maker, and about 90% of the people screw up stupid stuff with its ridiculously easy drag and drop system. I like to be ahead on these type of things that interest me, so I've gone ahead and I'm learning GML(game maker language). I find it very satisfying, just the part of writing code and seeing it produce a result excites me. I'd certainly like to continue and pursue programming and game development as a hobby. I am starting to feel good doing somewhat basic programming in GML, and I'm just starting to learn Actionscript 2.0. What else should I learn?

One thing that interested me was doing indie games for the xbox live marketplace. I read a bit about it and it uses Microsoft XNA which uses C#. would C# be easy enough to learn or should I go somewhere else first? I dont want to simply limit myself to making games and be a good all around programmer but I want games to be my main focus.


C# is good to learn, go for it, but remember to start small.

To be a good programmer and have solid knowledge on the subject you will need to course Computer Science though.


thanks for the help.

I was planning on taking some computer science classes when I am in college. would be fun
DJ, put it back on!
fcman
Profile Joined October 2010
United States35 Posts
December 24 2010 05:12 GMT
#563
Woah, forgot about this thread. I'm having some issues with Android Dev and I posted it here:
http://www.teamliquid.net/forum/viewmessage.php?topic_id=179262

Not sure what the problem is, I could just be overlooking something stupid as I haven't done any java in almost a year.
KaiserJohan
Profile Joined May 2010
Sweden1808 Posts
Last Edited: 2010-12-24 13:58:59
December 24 2010 13:57 GMT
#564
On December 24 2010 10:24 killanator wrote:
So I am in a game development class at my high school. Sort of a retarded class really. We are learning Game Maker, and about 90% of the people screw up stupid stuff with its ridiculously easy drag and drop system. I like to be ahead on these type of things that interest me, so I've gone ahead and I'm learning GML(game maker language). I find it very satisfying, just the part of writing code and seeing it produce a result excites me. I'd certainly like to continue and pursue programming and game development as a hobby. I am starting to feel good doing somewhat basic programming in GML, and I'm just starting to learn Actionscript 2.0. What else should I learn?

One thing that interested me was doing indie games for the xbox live marketplace. I read a bit about it and it uses Microsoft XNA which uses C#. would C# be easy enough to learn or should I go somewhere else first? I dont want to simply limit myself to making games and be a good all around programmer but I want games to be my main focus.


To fully understand what you are doing (and the consequences of it) at all levels you need a Computer Science background, so if you find this fun definately hook up Computer Science at university. Finishing my last year atm and it's a blast when general understanding of everything at all levels fits together nicely.
Usually university starts of with low-level languages like C or functional languages like ML for educational purposes. High-level languages like C# abstract away alot of stuff which is both good and bad.

C# is definately the easiest language to learn which also yields the most results with least chances of screwing up. Download Visual Studio 2010 C# Express, it's absolutely wonderfull. You can create small programs in .net using windows forms very easly too so you are not limited to XNA. I havn't used any GML or Action Script so I don't know how they differ from C syntax though. Google and you'll find tons of small tutorials on programming.

I would rather recommend you do some basic C tutorials to start of first though since learning a high-level programming language directly brings up alot of junk even for the most basic programs you won't understand fully untill you have alot more experience.
England will fight to the last American
BottleAbuser
Profile Blog Joined December 2007
Korea (South)1888 Posts
December 24 2010 14:53 GMT
#565
I understand how transistors are put together to make logic gates and memory cells.

I understand how logic gates are organized into larger components, like timers, control logic, and registers.

I understand how all that crap gets turned into CPUs.

I understand how compilers make code CPU-readable.

I understand how OSes manage threads.

I understand how to write code.

I understand how to network computers.

I still feel about as employable as I did 5 years ago, when I was just a little less proficient with Java than I am now.

Someone make me feel better about this.
Compilers are like boyfriends, you miss a period and they go crazy on you.
tofucake
Profile Blog Joined October 2009
Hyrule19151 Posts
December 24 2010 15:25 GMT
#566
With all that knowledge you can pick up any language relatively quickly, so you're not actually limited to just Java jobs.
Liquipediaasante sana squash banana
KaiserJohan
Profile Joined May 2010
Sweden1808 Posts
December 24 2010 16:24 GMT
#567
On December 24 2010 23:53 BottleAbuser wrote:
I understand how transistors are put together to make logic gates and memory cells.

I understand how logic gates are organized into larger components, like timers, control logic, and registers.

I understand how all that crap gets turned into CPUs.

I understand how compilers make code CPU-readable.

I understand how OSes manage threads.

I understand how to write code.

I understand how to network computers.

I still feel about as employable as I did 5 years ago, when I was just a little less proficient with Java than I am now.

Someone make me feel better about this.


Not sure I follow, the market is pretty good for developers? Any developer experience would surely be good on your CV.
Also IIRC theres quite a few .net developer jobs, atleast in sweden.

Just wondering btw, how do you get into fields like network specializations based of a general Computer Science education?
England will fight to the last American
fabiano
Profile Blog Joined August 2009
Brazil4644 Posts
December 24 2010 16:40 GMT
#568
On December 25 2010 01:24 KaiserJohan wrote:
Show nested quote +
On December 24 2010 23:53 BottleAbuser wrote:
I understand how transistors are put together to make logic gates and memory cells.

I understand how logic gates are organized into larger components, like timers, control logic, and registers.

I understand how all that crap gets turned into CPUs.

I understand how compilers make code CPU-readable.

I understand how OSes manage threads.

I understand how to write code.

I understand how to network computers.

I still feel about as employable as I did 5 years ago, when I was just a little less proficient with Java than I am now.

Someone make me feel better about this.


Not sure I follow, the market is pretty good for developers? Any developer experience would surely be good on your CV.
Also IIRC theres quite a few .net developer jobs, atleast in sweden.

Just wondering btw, how do you get into fields like network specializations based of a general Computer Science education?


I believe the job saturation is different for different countries. In Brazil we have a lack of IT specialized people, so there are a lot of jobs available (unfortunately in here we are not well paid...). In more developed countries, such as Sweden and Korea the amount of jobs available is probably smaller (although very likely to be soooo much better paid).

"When the geyser died, a probe came out" - SirJolt
killanator
Profile Blog Joined January 2008
United States549 Posts
December 24 2010 18:32 GMT
#569
On December 24 2010 22:57 KaiserJohan wrote:
Show nested quote +
On December 24 2010 10:24 killanator wrote:
So I am in a game development class at my high school. Sort of a retarded class really. We are learning Game Maker, and about 90% of the people screw up stupid stuff with its ridiculously easy drag and drop system. I like to be ahead on these type of things that interest me, so I've gone ahead and I'm learning GML(game maker language). I find it very satisfying, just the part of writing code and seeing it produce a result excites me. I'd certainly like to continue and pursue programming and game development as a hobby. I am starting to feel good doing somewhat basic programming in GML, and I'm just starting to learn Actionscript 2.0. What else should I learn?

One thing that interested me was doing indie games for the xbox live marketplace. I read a bit about it and it uses Microsoft XNA which uses C#. would C# be easy enough to learn or should I go somewhere else first? I dont want to simply limit myself to making games and be a good all around programmer but I want games to be my main focus.


To fully understand what you are doing (and the consequences of it) at all levels you need a Computer Science background, so if you find this fun definately hook up Computer Science at university. Finishing my last year atm and it's a blast when general understanding of everything at all levels fits together nicely.
Usually university starts of with low-level languages like C or functional languages like ML for educational purposes. High-level languages like C# abstract away alot of stuff which is both good and bad.

C# is definately the easiest language to learn which also yields the most results with least chances of screwing up. Download Visual Studio 2010 C# Express, it's absolutely wonderfull. You can create small programs in .net using windows forms very easly too so you are not limited to XNA. I havn't used any GML or Action Script so I don't know how they differ from C syntax though. Google and you'll find tons of small tutorials on programming.

I would rather recommend you do some basic C tutorials to start of first though since learning a high-level programming language directly brings up alot of junk even for the most basic programs you won't understand fully untill you have alot more experience.


I don't really want to major in computer science though, I plan on majoring in music. I would just to like to keep learning this and pursue it as a hobby. Is there any classes i could take as a basic crash course in computer science though? Just so I can sort of understand what I am doing and stuff?

GML and Actionscript syntax comes from C, but GML is ridiculously easy and forgiving in syntax. you dont really have to use any syntax at all, its mainly made for simple things that are just a little to complex for the drag and drop system, though I prefer to do most of my stuff in there as it feels a lot more organized and i feel more free.
DJ, put it back on!
KaiserJohan
Profile Joined May 2010
Sweden1808 Posts
December 24 2010 19:59 GMT
#570
On December 25 2010 03:32 killanator wrote:
Show nested quote +
On December 24 2010 22:57 KaiserJohan wrote:
On December 24 2010 10:24 killanator wrote:
So I am in a game development class at my high school. Sort of a retarded class really. We are learning Game Maker, and about 90% of the people screw up stupid stuff with its ridiculously easy drag and drop system. I like to be ahead on these type of things that interest me, so I've gone ahead and I'm learning GML(game maker language). I find it very satisfying, just the part of writing code and seeing it produce a result excites me. I'd certainly like to continue and pursue programming and game development as a hobby. I am starting to feel good doing somewhat basic programming in GML, and I'm just starting to learn Actionscript 2.0. What else should I learn?

One thing that interested me was doing indie games for the xbox live marketplace. I read a bit about it and it uses Microsoft XNA which uses C#. would C# be easy enough to learn or should I go somewhere else first? I dont want to simply limit myself to making games and be a good all around programmer but I want games to be my main focus.


To fully understand what you are doing (and the consequences of it) at all levels you need a Computer Science background, so if you find this fun definately hook up Computer Science at university. Finishing my last year atm and it's a blast when general understanding of everything at all levels fits together nicely.
Usually university starts of with low-level languages like C or functional languages like ML for educational purposes. High-level languages like C# abstract away alot of stuff which is both good and bad.

C# is definately the easiest language to learn which also yields the most results with least chances of screwing up. Download Visual Studio 2010 C# Express, it's absolutely wonderfull. You can create small programs in .net using windows forms very easly too so you are not limited to XNA. I havn't used any GML or Action Script so I don't know how they differ from C syntax though. Google and you'll find tons of small tutorials on programming.

I would rather recommend you do some basic C tutorials to start of first though since learning a high-level programming language directly brings up alot of junk even for the most basic programs you won't understand fully untill you have alot more experience.


I don't really want to major in computer science though, I plan on majoring in music. I would just to like to keep learning this and pursue it as a hobby. Is there any classes i could take as a basic crash course in computer science though? Just so I can sort of understand what I am doing and stuff?

GML and Actionscript syntax comes from C, but GML is ridiculously easy and forgiving in syntax. you dont really have to use any syntax at all, its mainly made for simple things that are just a little to complex for the drag and drop system, though I prefer to do most of my stuff in there as it feels a lot more organized and i feel more free.


As long as you stick to C# I think you can do fine with just determination and google skills. You'd want a major if you are to really understand it though, because the nice thing about computers is how it all fits together in the end.
Since C# har garbage collection and a friendly compiler the errors aren't that hard to detect and even if you make mistakes it can sometimes solve them.
England will fight to the last American
killanator
Profile Blog Joined January 2008
United States549 Posts
December 24 2010 23:31 GMT
#571
On December 25 2010 04:59 KaiserJohan wrote:
Show nested quote +
On December 25 2010 03:32 killanator wrote:
On December 24 2010 22:57 KaiserJohan wrote:
On December 24 2010 10:24 killanator wrote:
So I am in a game development class at my high school. Sort of a retarded class really. We are learning Game Maker, and about 90% of the people screw up stupid stuff with its ridiculously easy drag and drop system. I like to be ahead on these type of things that interest me, so I've gone ahead and I'm learning GML(game maker language). I find it very satisfying, just the part of writing code and seeing it produce a result excites me. I'd certainly like to continue and pursue programming and game development as a hobby. I am starting to feel good doing somewhat basic programming in GML, and I'm just starting to learn Actionscript 2.0. What else should I learn?

One thing that interested me was doing indie games for the xbox live marketplace. I read a bit about it and it uses Microsoft XNA which uses C#. would C# be easy enough to learn or should I go somewhere else first? I dont want to simply limit myself to making games and be a good all around programmer but I want games to be my main focus.


To fully understand what you are doing (and the consequences of it) at all levels you need a Computer Science background, so if you find this fun definately hook up Computer Science at university. Finishing my last year atm and it's a blast when general understanding of everything at all levels fits together nicely.
Usually university starts of with low-level languages like C or functional languages like ML for educational purposes. High-level languages like C# abstract away alot of stuff which is both good and bad.

C# is definately the easiest language to learn which also yields the most results with least chances of screwing up. Download Visual Studio 2010 C# Express, it's absolutely wonderfull. You can create small programs in .net using windows forms very easly too so you are not limited to XNA. I havn't used any GML or Action Script so I don't know how they differ from C syntax though. Google and you'll find tons of small tutorials on programming.

I would rather recommend you do some basic C tutorials to start of first though since learning a high-level programming language directly brings up alot of junk even for the most basic programs you won't understand fully untill you have alot more experience.


I don't really want to major in computer science though, I plan on majoring in music. I would just to like to keep learning this and pursue it as a hobby. Is there any classes i could take as a basic crash course in computer science though? Just so I can sort of understand what I am doing and stuff?

GML and Actionscript syntax comes from C, but GML is ridiculously easy and forgiving in syntax. you dont really have to use any syntax at all, its mainly made for simple things that are just a little to complex for the drag and drop system, though I prefer to do most of my stuff in there as it feels a lot more organized and i feel more free.


As long as you stick to C# I think you can do fine with just determination and google skills. You'd want a major if you are to really understand it though, because the nice thing about computers is how it all fits together in the end.
Since C# har garbage collection and a friendly compiler the errors aren't that hard to detect and even if you make mistakes it can sometimes solve them.


Im also interested in Android, seems like its a good platform for games just like iphone. Also, XNA is what is used to make games for windows phone as well. For now ill just stick with this game maker class and try picking up C#
DJ, put it back on!
fcman
Profile Joined October 2010
United States35 Posts
December 25 2010 04:08 GMT
#572
C# is pretty easy to pick up. Android programming can be done in java, which is simple enough however I've spent a lot of time looking up Android API stuff and learning how the OS actually handles the java code, which makes it frustrating
tec27
Profile Blog Joined June 2004
United States3702 Posts
December 25 2010 04:16 GMT
#573
On December 23 2010 04:46 KaiserJohan wrote:
How would you get identify/access the functions? Sounds like you need to do some assembler-digging to do that? (unstanding compiler-generated assembly is impossible >.<) Guess it's not possible to do outside assembly?

Yeah, you're gonna have to mess around with assembly in OllyDbg/IDA/Whatever to find the functions. Its not as impossible as you think though, just play around for a while and start simple and its totally a learnable skill
Can you jam with the console cowboys in cyberspace?
Craton
Profile Blog Joined December 2009
United States17264 Posts
Last Edited: 2010-12-25 05:04:08
December 25 2010 05:01 GMT
#574
@Killinator
You should consider minoring in some type of CS/IS field while keeping your music major.
twitch.tv/cratonz
killanator
Profile Blog Joined January 2008
United States549 Posts
December 25 2010 07:26 GMT
#575
On December 25 2010 14:01 Craton wrote:
@Killinator
You should consider minoring in some type of CS/IS field while keeping your music major.


gehh not quite possible as im going to a music only school. still though id like to take night classes or go to CS classes after i graduate.
DJ, put it back on!
Craton
Profile Blog Joined December 2009
United States17264 Posts
December 25 2010 07:33 GMT
#576
Well, there should be lots of those. It's one of those areas that you never get to stop learning new technologies.
twitch.tv/cratonz
Adeny
Profile Blog Joined January 2009
Norway1233 Posts
December 26 2010 14:57 GMT
#577
So i'm trying to learn C# and I need a little help deciding on what subjects to explore because I'm pretty drained for ideas right now. Some things I've taken a look at would include MySQL, some basic socket programming, basic multithreading, mixed it together into a client->server->database program with register/login and chat. Also took a look at XNA but the 3d stuff is so god damn hard, gotta have all sorts of physics stuff to make a basic-ish game.
KaiserJohan
Profile Joined May 2010
Sweden1808 Posts
December 26 2010 18:30 GMT
#578
I feel I am in the same position when it comes to C#. I've created a client-server audio chat, but don't know what else fun&educational there is to do... since .NET jobs are plentifull, probably good to get as much experience in it as possible (i'm playing with c++ atm, don't know how usefull it will be though)
England will fight to the last American
Dudemeister
Profile Joined July 2010
Sweden314 Posts
December 26 2010 18:35 GMT
#579
Any flashdevelopers in here? I'm interested in what you about about the Molehill api.
Craton
Profile Blog Joined December 2009
United States17264 Posts
Last Edited: 2010-12-27 07:58:15
December 27 2010 07:55 GMT
#580
The vast majority of my work right now (.NET intern) deals with ASP.NET (I hate stateless programming so very, very much). A lot of what I do is fairly simplistic, but rather a pain in the ass to accomplish in the stateless world. Lots of converting legacy ASP to .NET, too.

Example:
Imagine you have an inventory system to keep track of your company's hardware (computers, printers, etc), including who is responsible, where it is, what it is, and so forth; it's all stored in a SQL Server DB. It's my job to make admin-accessible forms/pages so that someone could come in and get a nice chart-view of everything and make edits. Database design/modifications may or may not be required for any of what I do; it depends on what they want added or changed. If it's just straight convert old X to new X, it's usually doable in a few hours.

It's pretty easy on paper and even easier for an experienced programmer, but glhf if you're still an ASP.NET novice. There are lots of ways to accomplish this, but actually doing it efficiently (so you're not whacking against the server/DB all the time) and in a way that's easily modified or read by someone else is a challenge in and of itself. I think a lot of introductory .NET jobs involve migrating old systems to .NET, so this is as good a place to start as any.

If you do decide to play with ASP.NET, learn the page life-cycle well. Also get intimately familiar with how/when data is (or isn't) persisted. That alone will take awhile to get used to (I'm still working on it after a number of months).
twitch.tv/cratonz
Prev 1 27 28 29 30 31 1032 Next
Please log in or register to reply.
Live Events Refresh
Wardi Open
12:00
#60
WardiTV2250
IndyStarCraft 235
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
IndyStarCraft 235
UpATreeSC 87
StarCraft: Brood War
Rain 3549
Horang2 1587
Shuttle 779
firebathero 160
scan(afreeca) 52
sSak 37
Mong 30
Aegong 22
JulyZerg 17
ivOry 6
[ Show more ]
SilentControl 5
Dota 2
Gorgc5362
qojqva3580
420jenkins277
BananaSlamJamma178
XcaliburYe153
League of Legends
rGuardiaN20
Counter-Strike
fl0m572
byalli525
Other Games
FrodaN1033
Beastyqt715
ceh9567
KnowMe280
Lowko263
Sick257
Hui .188
Mew2King150
Liquid`VortiX147
ArmadaUGS79
QueenE48
Trikslyr46
Organizations
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 18 non-featured ]
StarCraft 2
• kabyraGe 105
• Reevou 1
• IndyKCrew
• LaughNgamezSOOP
• sooper7s
• AfreecaTV YouTube
• Migwel
• intothetv
• Kozan
StarCraft: Brood War
• Michael_bg 9
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• WagamamaTV218
League of Legends
• Nemesis3571
• TFBlade957
• imaqtpie471
Other Games
• Shiphtur284
Upcoming Events
Replay Cast
4h 44m
WardiTV Korean Royale
17h 44m
OSC
22h 44m
Replay Cast
1d 4h
Replay Cast
1d 14h
Kung Fu Cup
1d 17h
Classic vs Solar
herO vs Cure
Reynor vs GuMiho
ByuN vs ShoWTimE
Tenacious Turtle Tussle
2 days
The PondCast
2 days
RSL Revival
2 days
Solar vs Zoun
MaxPax vs Bunny
Kung Fu Cup
2 days
[ Show More ]
WardiTV Korean Royale
2 days
PiGosaur Monday
3 days
RSL Revival
3 days
Classic vs Creator
Cure vs TriGGeR
Kung Fu Cup
3 days
CranKy Ducklings
4 days
RSL Revival
4 days
herO vs Gerald
ByuN vs SHIN
Kung Fu Cup
4 days
BSL 21
5 days
Tarson vs Julia
Doodle vs OldBoy
eOnzErG vs WolFix
StRyKeR vs Aeternum
Sparkling Tuna Cup
5 days
RSL Revival
5 days
Reynor vs sOs
Maru vs Ryung
Kung Fu Cup
5 days
WardiTV Korean Royale
5 days
BSL 21
6 days
JDConan vs Semih
Dragon vs Dienmax
Tech vs NewOcean
TerrOr vs Artosis
Wardi Open
6 days
Monday Night Weeklies
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
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
BLAST Rivals Fall 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.