• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 23:49
CEST 05:49
KST 12:49
  • 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
BGE Stara Zagora 2025: Info & Preview27Code S RO12 Preview: GuMiho, Bunny, SHIN, ByuN3The Memories We Share - Facing the Final(?) GSL46Code S RO12 Preview: Cure, Zoun, Solar, Creator4[ASL19] Finals Preview: Daunting Task30
Community News
Weekly Cups (June 2-8): herO doubles down1[BSL20] ProLeague: Bracket Stage & Dates9GSL Ro4 and Finals moved to Sunday June 15th12Weekly Cups (May 27-June 1): ByuN goes back-to-back0EWC 2025 Regional Qualifier Results26
StarCraft 2
General
Weekly Cups (June 2-8): herO doubles down The SCII GOAT: A statistical Evaluation BGE Stara Zagora 2025: Info & Preview Magnus Carlsen and Fabi review Clem's chess game. Jim claims he and Firefly were involved in match-fixing
Tourneys
Bellum Gens Elite: Stara Zagora 2025 Sparkling Tuna Cup - Weekly Open Tournament SOOPer7s Showmatches 2025 Master Swan Open (Global Bronze-Master 2) $5,100+ SEL Season 2 Championship (SC: Evo)
Strategy
[G] Darkgrid Layout Simple Questions Simple Answers [G] PvT Cheese: 13 Gate Proxy Robo
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 477 Slow and Steady Mutation # 476 Charnel House Mutation # 475 Hard Target Mutation # 474 Futile Resistance
Brood War
General
Will foreigners ever be able to challenge Koreans? BGH auto balance -> http://bghmmr.eu/ Mihu vs Korea Players Statistics BW General Discussion [BSL20] ProLeague: Bracket Stage & Dates
Tourneys
[ASL19] Grand Finals NA Team League 6/8/2025 [Megathread] Daily Proleagues [BSL20] ProLeague Bracket Stage - Day 2
Strategy
I am doing this better than progamers do. [G] How to get started on ladder as a new Z player
Other Games
General Games
Stormgate/Frost Giant Megathread Armies of Exigo - YesYes? Nintendo Switch Thread What do you want from future RTS games? Path of Exile
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
LiquidLegends to reintegrate into TL.net
Heroes of the Storm
Heroes of the Storm 2.0 Simple Questions, Simple Answers
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread Vape Nation Thread European Politico-economics QA Mega-thread
Fan Clubs
Maru Fan Club Serral Fan Club
Media & Entertainment
Korean Music Discussion [Manga] One Piece
Sports
2024 - 2025 Football Thread Formula 1 Discussion NHL Playoffs 2024
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread Cleaning My Mechanical Keyboard
TL Community
The Automated Ban List
Blogs
Cognitive styles x game perf…
TrAiDoS
StarCraft improvement
iopq
Heero Yuy & the Tax…
KrillinFromwales
I was completely wrong ab…
jameswatts
Need Your Help/Advice
Glider
Trip to the Zoo
micronesia
Poker
Nebuchad
Customize Sidebar...

Website Feedback

Closed Threads



Active: 22304 users

Want to program video games? - Page 9

Blogs > CecilSunkure
Post a Reply
Prev 1 7 8 9 10 Next All
leser
Profile Joined May 2010
Croatia239 Posts
December 04 2011 13:05 GMT
#161
nice writeup

I knew my way around c, but haven't done anything for a few years now :S. I learned PHP for web related stuff, and Java for my uni stuff (currently taking a class where we're creating a compiler, doing it all in Java). I'm kind of sorry now for abandoning c, and I have never done anything in cpp. While I really do like Java, I have a strong feeling that my skills are deteriorating because Java is so forgivable compared to c :/.

Does anyone know of a good book/website/resource where I can find some good c++ problems arranged by difficulty, going from easy/intermediate to some more complex stuff? I'd really like to pick up on c++ in my spare time.
lulz
Calvin[Deck]
Profile Joined November 2010
Denmark88 Posts
December 04 2011 13:27 GMT
#162
On December 02 2011 19:56 Tobberoth wrote:
Show nested quote +
On December 02 2011 19:33 Calvin[Deck] wrote:
On December 02 2011 18:04 Osmoses wrote:
Writing games in the windows console can be fun, but I don't think it teaches you very much about how to do anything else. Knowing memory management is well and good, but modern coding is all about abstraction. I hardly think building a new game engine from scratch is common practice anywhere these days. Why reinvent the wheel when you can just build onto an existing, proven library?

As has been already said, game designing is a collaborative effort outside indie studios, and you generally have very little influence yourself. And if you want to make your game, you can't spend your time writing low level memory management code, you'll never see anything close to a finished product. Swallow your pride and use someone else's code, use an API or a finished engine. Your game doesn't need to be cutting edge, minecraft looks like shit but it's still a great game.

If you want to make a game and see some real results before you die, try Cocos2D. There are 3D APIs as well, but I haven't tried any.

On December 02 2011 17:59 skipgamer wrote:
I like this blog post, except for the word hobbyist in the first sentence...

A beginner hobbyist game programmer should not bother learning C, it is not worth the time, and I'd be surprised to hear a professional recommend it either. Better off focusing on learning a language/engine/SDK that has the tools and meets the requirements of whatever type of game you're trying to make.

Sure it may not exactly be "programming" in the eyes of professionals, but there is a big difference between wanting to be a professional game programmer, and wanting to make games as a hobby. You can (and have to) get your hands dirty with coding regardless of what language/engine/SDK you choose if you are going it alone.


6 years as a hobbyist programmer/game developer with the UT2k4 engine (unrealscript), Source engine(c++), Java, Actionscript and the UnrealEngine(unrealscript+actionscript) have taught me this.

If I started by learning C, I wouldn't have had anywhere near the amount of experience I've had... That being said, I've never actually taken a project to completion (the most I could say I have created is a proof of concept), but that's what being a hobbyist is all about right? It's the journey, not the destination.

Lol you beat me to it :p



I am a professional programmer, and i have the complete opposite opinion. You have to start with the complete basic to get really good at something.

If you use flash+actionscript, or some other tool/API, yes you can have a lot if fun, and you will get faster to doing something.

But then you will hit a wall, where you want to do something that the tool does not easily provide. And by that point you will need the basic skills of programming, to extend the API you are using, instead of being limited by it.

I am not saying that you should not use some high level API, but eventually you need to get into really nasty technical details about some technology, if you have some need in your game, that are pushing the technology a bit.

That is why making simple games in ASCII art can improve your skills in programming a lot.

While it's true that using extremely top-level stuff will leave you wanting eventually, I disagree that you have to start from the basics to remedy that. Say you're working with Flash and you're making a game. You make a game or two then come up with a great idea which you feel flash is inadequate for. That's the perfect time to go basic, you have experience making games in Flash, so you need to learn what you feel is appropriate.

I wouldn't expect someone to jump from making a flash game to making a C++ game, but I would think someone would have more motivation. Learning how to program is, at least IMO, not all that hard. Learning how to properly program a game, an enginge etc, is harder. If you know how to program in python, learning to program in C is not that bad and you will be motivated since you decided to learn C for a good reason, instead of motivating it by "it being basic".

I would personally recommend people to start using either C and SDL to make oldschool games were you have a ton of freedom, or XNA to make windows/xbox games. Both give you perfect freedom to make the games you want, yet give you the tools needed to not get stuck, such as audio and graphic frameworks.


It properly also depends on what trigger your interest, if it is the overall game design, or the nitty gritty technical stuff.

There is no reason to do something that is not fun, but if you want to get really good at it fast, i think you need to learn C and basic machine knowledge first.

Calvin[Deck]
Profile Joined November 2010
Denmark88 Posts
December 04 2011 13:30 GMT
#163
On December 02 2011 20:12 skipgamer wrote:
Show nested quote +
On December 02 2011 19:33 Calvin[Deck] wrote:
On December 02 2011 18:04 Osmoses wrote:
Writing games in the windows console can be fun, but I don't think it teaches you very much about how to do anything else. Knowing memory management is well and good, but modern coding is all about abstraction. I hardly think building a new game engine from scratch is common practice anywhere these days. Why reinvent the wheel when you can just build onto an existing, proven library?

As has been already said, game designing is a collaborative effort outside indie studios, and you generally have very little influence yourself. And if you want to make your game, you can't spend your time writing low level memory management code, you'll never see anything close to a finished product. Swallow your pride and use someone else's code, use an API or a finished engine. Your game doesn't need to be cutting edge, minecraft looks like shit but it's still a great game.

If you want to make a game and see some real results before you die, try Cocos2D. There are 3D APIs as well, but I haven't tried any.

On December 02 2011 17:59 skipgamer wrote:
I like this blog post, except for the word hobbyist in the first sentence...

A beginner hobbyist game programmer should not bother learning C, it is not worth the time, and I'd be surprised to hear a professional recommend it either. Better off focusing on learning a language/engine/SDK that has the tools and meets the requirements of whatever type of game you're trying to make.

Sure it may not exactly be "programming" in the eyes of professionals, but there is a big difference between wanting to be a professional game programmer, and wanting to make games as a hobby. You can (and have to) get your hands dirty with coding regardless of what language/engine/SDK you choose if you are going it alone.


6 years as a hobbyist programmer/game developer with the UT2k4 engine (unrealscript), Source engine(c++), Java, Actionscript and the UnrealEngine(unrealscript+actionscript) have taught me this.

If I started by learning C, I wouldn't have had anywhere near the amount of experience I've had... That being said, I've never actually taken a project to completion (the most I could say I have created is a proof of concept), but that's what being a hobbyist is all about right? It's the journey, not the destination.

Lol you beat me to it :p



I am a professional programmer, and i have the complete opposite opinion. You have to start with the complete basic to get really good at something.

If you use flash+actionscript, or some other tool/API, yes you can have a lot if fun, and you will get faster to doing something.

But then you will hit a wall, where you want to do something that the tool does not easily provide. And by that point you will need the basic skills of programming, to extend the API you are using, instead of being limited by it.

I am not saying that you should not use some high level API, but eventually you need to get into really nasty technical details about some technology, if you have some need in your game, that are pushing the technology a bit.

That is why making simple games in ASCII art can improve your skills in programming a lot.

I don't mean to disagree with you, I'm just interested, don't you think it's appropriate at that point, when you hit that wall, to go out and learn how to get past that wall?

edit: had a big long rant here but I deleted it, because it was just that.


Sure, but sometimes that is very hard, if you need to learn some some basic stuff first.

But you are right, sometimes when i hit a wall, i have to solve it by reading a book, or taking a class.
Kevan
Profile Joined April 2011
Sweden2303 Posts
December 04 2011 16:08 GMT
#164
I just know a little bit of Java now but I will learn c/c++ next year. I'm also decent when it comes to 3D in Maya. I still have a long way to go and a lot of work ahead of me before I'm good enough to work with creating games though. Good thing they teach me this in school.
SC2, rip in pepperinos
CecilSunkure
Profile Blog Joined May 2010
United States2829 Posts
December 04 2011 21:57 GMT
#165
On December 04 2011 17:52 zhurai wrote:
Hmm

What do you think about using UDK and Unity3D and etc for games tho?

As a hobby, or designer, great. As a professional programmer, not very great.
cowsrule
Profile Joined February 2010
United States80 Posts
Last Edited: 2011-12-05 02:00:34
December 05 2011 01:49 GMT
#166
I didn't see this linked anywhere, but this guy has some sound advice about the games industry (more specifically for game designers not necessaraily programmers). Good luck!

http://www.sloperama.com/advice.html

Also gamedev.net is a great resource with many intelligent people from inside the industry that post there.

Edit: Note that some of these articles were written years ago, but on the whole what he is talking about is still valid.
Blackthorne
Profile Joined June 2010
Norway69 Posts
December 05 2011 09:00 GMT
#167
Great effort, I'm sure a lot of aspiring programmers will learn a lot! I have a Computer Science degree, and I work in an IT firm (though I don't do a whole lot of programming there). I did however do quite a bit of programming during my studies, but I've never tried game programming. Do you have any good recommendations for blogs/resources for people that are comfortable with programming, but have no game experience?
MrShankly
Profile Blog Joined October 2009
United Kingdom371 Posts
December 05 2011 10:01 GMT
#168
For programmers i recommend looking up lectures from other universities, for example standford has great lectures on ios development, and an awesome lecture on optimising for openGL by some dude form mgmoco
DONATE SC2 BETA KEY TO ME PLEASE
KeksX
Profile Blog Joined November 2010
Germany3634 Posts
Last Edited: 2011-12-05 10:14:03
December 05 2011 10:11 GMT
#169
On December 05 2011 06:57 CecilSunkure wrote:
Show nested quote +
On December 04 2011 17:52 zhurai wrote:
Hmm

What do you think about using UDK and Unity3D and etc for games tho?

As a hobby, or designer, great. As a professional programmer, not very great.

What? Especially Unity3D is quite popular in the "Small Games Business" and UDK is a powerful tool for the Unreal Engine 3 that is used by many big titles and companies such as Ubisoft, EA, DICE, Disney, Sega...

There's still a lot of programming to do even though I agree that both kits take a lot of work away from you. While both have some handy "oneclick-functions" they are just frameworks.
downmaster
Profile Joined April 2011
Canada116 Posts
December 05 2011 12:29 GMT
#170
On December 05 2011 19:01 MrShankly wrote:
For programmers i recommend looking up lectures from other universities, for example standford has great lectures on ios development, and an awesome lecture on optimising for openGL by some dude form mgmoco


Also if I'm not mistaken, MIT puts all their lectures online as well. Also MIT has a system called opencoursecode, where they put everything they did that semester online like lectures, exams, assignments, etc. Definitely worth while if you want to get into programming. My teacher here in canada told me about it.
Gnaix
Profile Joined February 2009
United States438 Posts
December 05 2011 17:00 GMT
#171
So basically you're just telling people that they need to learn to program, because this article has next to nothing about actually creating a game in the actual industry.
one thing that sc2 has over bw is the fact that I can actually manage my hotkeys
CecilSunkure
Profile Blog Joined May 2010
United States2829 Posts
December 05 2011 20:49 GMT
#172
On December 06 2011 02:00 Gnaix wrote:
So basically you're just telling people that they need to learn to program, because this article has next to nothing about actually creating a game in the actual industry.

I didn't say anything about that, because it's not about that...
CecilSunkure
Profile Blog Joined May 2010
United States2829 Posts
December 05 2011 22:44 GMT
#173
Wrote the next post in the blog! Will update OP to include link at bottom:

http://cecilsunkure.blogspot.com/2011/12/windows-console-game-painters-algorithm.html
DanceSC
Profile Blog Joined March 2008
United States751 Posts
December 06 2011 03:13 GMT
#174
If there is anything I learned from game programming it is mostly self taught. If you know where to look you probably don't even need to take classes on it. At least that is how I reflect back on it, but a good place to start if you are using XNA through C# is http://www.riemers.net/
Dance.943 || "I think he's just going to lose. There's only so many ways you can lose. And he's going to make some kind of units. And I'm going to attack him, and then all his stuff is going to die. That's about the best prediction that I can make" - NonY
dinosaurcow
Profile Joined August 2011
United States31 Posts
December 06 2011 04:27 GMT
#175
On December 02 2011 17:16 Hairy wrote:
I went into programming, and was in the games industry for a whopping 18 months. My advice personally to anyone wanting to become a "game designer" is... to stop. Most games DESIGN degrees are actually a sham, and are not teaching the skills that games development studios actually want - make sure your degree course is not one of those. And do you actually know what a game DESIGN job is?

How does the menu flow work?
What menus will there be?
What button presses do what?
What button hints will we show on the screen?
What happens when we press those buttons?
What happens if he presses different buttons?
What help text should we display?
When should that help text appear?
Will that help text have a delay in appearing? How big should that delay be?
Will that help text work ok in different languages?
Are any of the game UI elements too close to the edge of the screen? (nintendo enforced)

Game DESIGN involves solving ALL those questions, and thousands and thousands more, and extensively documenting it. You don't do the art - the art is done by artists. You don't actually make it happen, as that is done by the programmers. You don't think of and make the cool sounds or music, as that is done by the music guys. Your job is to write a document. Every_SINGLE_DETAIL of how EVERYTHING works must be documented exactly. That is what game design is. Very little of it is thinking up what cool weapons you use etc. In fact, you'll be lucky if you have much choice in the matter - a lot of the time you'll be designing a game that fits what the publisher needs/wants (the publisher is the company funding the work on your game), and you will have a strict budget you need to stick to (cool ideas usually take time (and therefore money) to implement).

I would also warn that I don't think you'll ever get a job out of university with a game 'designer' degree. Very small indie games companies require someone else already in the team (a programmer/artist) to take on the responsibilities of that role - they can't afford to pay someone just to design. Big companies have the money to hire someone with proven skill and experience, OR they can take someone from their team that they know and trust and have them do the role instead. Why would you hire someone fresh out of university, with no experience or proven track record to do one of the most important jobs?

If you want in the games industry, don't aim for games design. Do music, or art, or programming (incidentally, do C++, not C). You can move onto games designer later after you've gained experience in the industry.


Show nested quote +
On November 20 2011 06:54 Inori wrote:
Recently I keep hearing from various sources that game dev is worst position a programmer can go to in terms of work stress. You're forced to work hard for months, constantly doing overtime (even unpaid) because of deadlines and etc. Then you finish it, have a little party and the cycle begins again with next title.

Is this in any way true?

Yes. Overtime is almost always unpaid, and it is expected. It is not constant, but you WILL have to do overtime. At my job I did 4 weeks where I was in the office will 9 - 10pm at night, and I didn't see a penny of extra cash. You are constantly working towards the next deadline, and often it is a pretty intense working environment.

I don't intend to dissuade people TOO much - there IS still fun to be had. But, realistically, only go into it if you absolutely adore MAKING games (making is very different from playing), and you intend to put in the work required. Only the most dedicated are going to actually make it into the industry, and only the most passionate of those are going to stay there. The games industry is incredibly competitive, so you need to be fantastic. Go and learn some programming like in the opening post in your free time. Go and learn MORE programming. Do projects off your own back, in your own time. If this is sounding too much like hard work... it probably is. Because there are people out there who have the passion to spend almost all of their free time just programming, improving their craft, and practicing to get better. If you can't be at least as good as them you're going to find it difficult.

Become a hobbyist game programmer, and if you still ADORE it then go for it. If you just like games, and think working on games will be cool... you need to rethink.


DISCLAIMER: This is all my own personal opinion from my experience as a game designer.

I feel this is pretty close to true and overall a great and informative post, but perhaps a bit too depressing. I agree that you should be wary of those degrees that claim to teach you game design, but I also know that there are some legitimate universities out there offering game design courses. Game Design in and of itself is not necessarily well-defined, and isn't really something you can just learn like programming. It takes a wealth of knowledge from a variety of experiences. You're not calculating an algorithm to run a physics engine as optimally as possible, you're crafting a world that your player will experience.

A game designer's job almost certainly demands tasks like designing menus, buttons, flows, UX flows, and writing tons of detailed docuemnts. However the idea that it is the only thing a game designer does is a bit over the top. This may be true at large game studios, where they hire individuals to work on one specific aspect, but that's only one discipline of game design. The really cool decisions in large companies are often decided by the senior designers. There is also level design, system/mechanics design (combat, experience, multiplayer etc), narrative design, and a slew of other items. Sure you may have an individual who is dedicated to that, but it's the same as having a network programmer vs a physics programmer. They're still game programmers.

If you want to be a game designer I think the best situation to find yourself in early-on is to find a small company to start with. This will offer you the broadest range of skills you will have to develop to be successful. As a game designer at a small company where the development team is 9 people, my job entails level design, system design, QA testing, community management, UI design, UX design, and even some project management. Sometimes I will spend a day designing a new mission for a quest, which maybe include level design, narrative writing, and tutorials. Other times I will be designing a new game mechanic and how it will fit into every other system we have in the game. And there are certainly days where I just interact with the community, receive feedback, criticism, questions, or just play some games.

To be a game designer? There is no set path at the moment. Just teaming up with one or two others and designing games simply for your portfolio is a great idea. You will learn a lot through trial and error, figuring out what works and what doesn't. ALWAYS ask for feedback and be open to criticism -- you are not designing a game just for you to play, but for your audience. As previously mentioned, starting in another discipline like programming can be another gate. You really just have to find and jump at every opportunity.

I personally went to school and graduated with a bachelor's in computer science. My last semester I landed an internship at a new game company one of my good friends was the lead flash programmer for. They had me doing boring, menial tasks at first that slowly expanded. By the end of my internship they liked my work and offered me a job. They said they could not guarantee job security or a lot of pay, since it all depends on the success of the product. EXPECT THIS. Games are not always successful! Plenty of game developers come and go and success is gained and lost. As a side note, I have also not done ANY programming since graduating -- I love game design and fully intend to stay focused in this field.

As for skills I believe are very important as a game designer:

-Write. It is important that you can write, and write well! Other members of your team will be using your documents as their starting point for their work. Which leads to the next point...

-Communication. You MUST be able to communicate your ideas to each different team in your company (programming, art, producers, sound). Each discipline has different ideas, different approaches, it's up to you as the game design to bring it all together.

-Humility. Everyone's opinion matters in way or another. I'm not saying cave-in to every suggestion that is thrown at you, but be sure to really understand and see what they are trying to say. This leads to playtesting and criticism, THESE ARE EXTREMELY IMPORTANT. Iteration cannot be stressed enough.

-Experience. You really can't do much about this one, but experience is key. The more you design, the more you will learn what works and what doesn't. You can learn a LOT from an experienced designer, since they can help to warn you about pitfalls they've already had. Also, you are crafting an experience for your audience. Use what you know to nail this right. Experience will expand your knowledge.

-Any knowledge of any other game developing discipline. It helps to be able to cater your designs with your programmers, art team, sound team, or any other fellow coworker in mind. Now I'm not saying you go around telling your programmer exactly how the physics should be implemented, but it does help for me to know that asking the programmer implement friction and momentum would be quite a chunk of time.

My list is clearly not the end-all, be-all, and I am also not someone who claims to have all knowledge of everything game design. This is my own personal opinion from my time in the games industry as a designer (~2 years). I hope my wall of text was informative and gives you an idea of the work a game designer may do!
Bunkerr
Profile Joined October 2011
United States22 Posts
December 06 2011 07:14 GMT
#176
Great post, really interesting stuff!
imPermanenCe
Profile Joined July 2011
Netherlands595 Posts
December 06 2011 16:57 GMT
#177
I'm currently doing a game technology study, we're using C# with the XNA game engine, I'm wondering if it could become a standard in the game industry.
Micro at its best is like an elegant dance between two people trying to achieve a similar end.
gotMilkshake
Profile Joined December 2010
Sweden10 Posts
December 06 2011 20:06 GMT
#178
You are the man Programmed a bit a few years back and this seems nice to get me motivated and back on track. Thanks!
CecilSunkure
Profile Blog Joined May 2010
United States2829 Posts
December 06 2011 20:50 GMT
#179
On December 07 2011 05:06 gotMilkshake wrote:
You are the man Programmed a bit a few years back and this seems nice to get me motivated and back on track. Thanks!

Great! Exactly the type of reason I wrote it in the first place.
On December 06 2011 16:14 Bunkerr wrote:
Great post, really interesting stuff!

Wonderful to hear!
Glacierz
Profile Blog Joined May 2010
United States1244 Posts
December 06 2011 22:55 GMT
#180
A must read:
http://www.amazon.com/Programming-Language-2nd-Brian-Kernighan/dp/0131103628
Prev 1 7 8 9 10 Next All
Please log in or register to reply.
Live Events Refresh
Next event in 7h 12m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
NeuroSwarm 248
Livibee 213
Nina 211
RuFF_SC2 161
StarCraft: Brood War
PianO 92
Sharp 88
Bale 12
Icarus 8
Terrorterran 1
Dota 2
monkeys_forever638
League of Legends
tarik_tv6672
JimRising 935
Super Smash Bros
Mew2King101
Heroes of the Storm
Khaldor156
Other Games
summit1g8364
FrodaN3263
shahzam1889
WinterStarcraft443
ViBE243
Models3
Organizations
Other Games
gamesdonequick682
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 18 non-featured ]
StarCraft 2
• Berry_CruncH298
• practicex 30
• davetesta24
• IndyKCrew
• Migwel
• AfreecaTV YouTube
• sooper7s
• intothetv
• Kozan
• LaughNgamezSOOP
StarCraft: Brood War
• RayReign 10
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• Ler62
League of Legends
• Doublelift5787
• Lourlo925
• Shiphtur912
Upcoming Events
Wardi Open
7h 12m
Replay Cast
20h 12m
Replay Cast
1d 6h
WardiTV Invitational
1d 7h
WardiTV Invitational
1d 7h
GSL Code S
2 days
Rogue vs GuMiho
Maru vs Solar
Online Event
2 days
Replay Cast
2 days
GSL Code S
3 days
herO vs Zoun
Classic vs Bunny
The PondCast
3 days
[ Show More ]
Replay Cast
3 days
WardiTV Invitational
4 days
Korean StarCraft League
4 days
CranKy Ducklings
5 days
WardiTV Invitational
5 days
Cheesadelphia
5 days
GSL Code S
6 days
Sparkling Tuna Cup
6 days
Replay Cast
6 days
Liquipedia Results

Completed

CSL Season 17: Qualifier 2
BGE Stara Zagora 2025
Heroes 10 EU

Ongoing

JPL Season 2
BSL 2v2 Season 3
BSL Season 20
KCM Race Survival 2025 Season 2
NPSL S3
Rose Open S1
CSL 17: 2025 SUMMER
2025 GSL S2
BLAST.tv Austin Major 2025
ESL Impact League Season 7
IEM Dallas 2025
PGL Astana 2025
Asian Champions League '25
ECL Season 49: Europe
BLAST Rivals Spring 2025
MESA Nomadic Masters
CCT Season 2 Global Finals
IEM Melbourne 2025
YaLLa Compass Qatar 2025
PGL Bucharest 2025
BLAST Open Spring 2025

Upcoming

Copa Latinoamericana 4
CSLPRO Last Chance 2025
CSLPRO Chat StarLAN 3
K-Championship
SEL Season 2 Championship
Esports World Cup 2025
HSC XXVII
Championship of Russia 2025
Murky Cup #2
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
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...

Disclosure: This page contains affiliate marketing links that support TLnet.

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.