• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 06:20
CEST 12:20
KST 19:20
  • 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
Team TLMC #5 - Finalists & Open Tournaments2[ASL20] Ro16 Preview Pt2: Turbulence10Classic Games #3: Rogue vs Serral at BlizzCon10[ASL20] Ro16 Preview Pt1: Ascent10Maestros of the Game: Week 1/Play-in Preview12
Community News
StarCraft II 5.0.15 PTR Patch Notes172BSL 2025 Warsaw LAN + Legends Showmatch2Weekly Cups (Sept 8-14): herO & MaxPax split cups4WardiTV TL Team Map Contest #5 Tournaments1SC4ALL $6,000 Open LAN in Philadelphia8
StarCraft 2
General
Why Storm Should NOT Be Nerfed – A Core Part of Pr StarCraft II 5.0.15 PTR Patch Notes #1: Maru - Greatest Players of All Time SC4ALL: A North American StarCraft LAN Team TLMC #5 - Finalists & Open Tournaments
Tourneys
RSL: Revival, a new crowdfunded tournament series SC2's Safe House 2 - October 18 & 19 Stellar Fest KSL Week 80 StarCraft Evolution League (SC Evo Biweekly)
Strategy
Custom Maps
External Content
Mutation # 491 Night Drive Mutation # 490 Masters of Midnight Mutation # 489 Bannable Offense Mutation # 488 What Goes Around
Brood War
General
BGH Auto Balance -> http://bghmmr.eu/ BW General Discussion StarCraft Stellar Forces had bad maps ASL ro8 Upper Bracket HYPE VIDEO Starcraft: Destruction expansion pack?
Tourneys
[ASL20] Ro16 Group D SC4ALL $1,500 Open Bracket LAN BSL 2025 Warsaw LAN + Legends Showmatch [ASL20] Ro16 Group C
Strategy
Simple Questions, Simple Answers Muta micro map competition
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread Path of Exile Borderlands 3 General RTS Discussion Thread
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread
Community
General
Things Aren’t Peaceful in Palestine US Politics Mega-thread Russo-Ukrainian War Thread The Big Programming Thread UK Politics Mega-thread
Fan Clubs
The Happy Fan Club!
Media & Entertainment
Movie Discussion! [Manga] One Piece Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion MLB/Baseball 2023
World Cup 2022
Tech Support
Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread High temperatures on bridge(s)
TL Community
BarCraft in Tokyo Japan for ASL Season5 Final The Automated Ban List
Blogs
Too Many LANs? Tournament Ov…
TrAiDoS
i'm really bored guys
Peanutsc
I <=> 9
KrillinFromwales
A very expensive lesson on ma…
Garnet
hello world
radishsoup
Lemme tell you a thing o…
JoinTheRain
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1523 users

Want to program video games? - Page 3

Blogs > CecilSunkure
Post a Reply
Prev 1 2 3 4 5 8 9 10 Next All
youngminii
Profile Blog Joined May 2010
Australia7514 Posts
November 20 2011 17:42 GMT
#41
I'm going to start University (again?) next year and I'll be doing CS there, probably going on to do game design (unless I change my mind along the way which is like 99% possible). So I guess a thank you is in order.

Thank you.

You're such a great guy, bookmark'd your blog.
lalala
CecilSunkure
Profile Blog Joined May 2010
United States2829 Posts
November 21 2011 16:22 GMT
#42
On November 20 2011 14:43 SarR wrote:
I never get why people always talk about wanting to do game development in any discussion about programming. There is so much else you can do. Network programming, POS solutions, Database programming, web-based stuff. While i've not written any full-fledged games for modern Windows OS versions, I have dabbled in graphics based programming, the pinnacle of which produced a screen saver where I ripped sprites from various Doom based games and had them fight on screen. I wrote my own alpha-blending code, movement code and effects code and while it was the most fun I've ever had writing code, Id never do it for a living. There is way more money in other types of projects, specifically any thing that requires a Database. Someone always wants a program to manage customers and pricing and all that stuff. The game industry is way too competitive and unless you lease an engine from someone and base your game on it, its incredibly time consuming when compared against other types of software programming.

Do it if you absolutely love it but don't expect to get riches from it.

TLDR; There are other awesome stuff you can do with programming skills besides games.

Programmings games is a whole lot of fun, especially if you want to start a small studio of your own in the future. Plus programming games includes like all those different topics you mentioned. If I find I don't like it I can go into any field I like.

On November 21 2011 02:42 youngminii wrote:
I'm going to start University (again?) next year and I'll be doing CS there, probably going on to do game design (unless I change my mind along the way which is like 99% possible). So I guess a thank you is in order.

Thank you.

You're such a great guy, bookmark'd your blog.

Inspiring! I wish you luck!
KeksX
Profile Blog Joined November 2010
Germany3634 Posts
Last Edited: 2011-11-21 18:49:49
November 21 2011 17:51 GMT
#43
Hey,
nice blog! Always nice to see people being passionate about programming, makes me feel less alone about this.

I just have two things I want to say about your recommandations:

1)
Don' ever recommend Dev-C++ again. Ever. Your credibility suffers a lot from this statement. Would you recommend an old timer to someone who wants to learn to drive? xD
2)
Don't start out by programming games(at least don't recommend it). Most people have problems understanding basic programming concepts, so starting out with just skipping them and go into the game dev stuff is ... not the best way.
Remember:
Game Programming is still programming, you can't learn how to program games without learning how to program first!

Also:
The reason I've chosen to focus on C is twofold: in the game industry 90% of video games are coded in C/C++. This is because the way C was written gets you as close as one can comfortably be (within reason) to the hardware. This means you have full control over everything, which is absolutely necessary for a real-time software application requiring high optimization. If you're serious about programming video games, I highly suggest learning C. Although I do love other languages like Flash and Python, C needs to be the primary focus for most any professional.


If you want to work in the industry on a relatively low level(engine programming) you should go for C++. It is the actual standard, however, most game dev tools that these engine engineerers will create use C#, so it's also enough to "just" learn C# and it's highly likely that this will be the standard in the future for most game devs.

Also I agree with SarR:
You can program games all you want, but if you are seriously into programming there are way more exciting things to do.
If you're saying "I don't want to use premade stuff and actually code myself, but in the end just program games" learning how to program with a language like C++ might not be the best idea, things like XNA etc will do very well for you.
CecilSunkure
Profile Blog Joined May 2010
United States2829 Posts
November 21 2011 23:18 GMT
#44
On November 22 2011 02:51 KeksX wrote:
2)
Don't start out by programming games(at least don't recommend it). Most people have problems understanding basic programming concepts, so starting out with just skipping them and go into the game dev stuff is ... not the best way.
Remember:
Game Programming is still programming, you can't learn how to program games without learning how to program first!

Right right, I have a lot of other content, I was just posting about the series detailing actually making a console game since it's a pretty cool topic.
[/QUOTE]

On November 22 2011 02:51 KeksX wrote:
If you want to work in the industry on a relatively low level(engine programming) you should go for C++. It is the actual standard, however, most game dev tools that these engine engineerers will create use C#, so it's also enough to "just" learn C# and it's highly likely that this will be the standard in the future for most game devs.

Yeah I tried to recommend C then into C++, so it was totally in the plan to specialize in C++.
KeksX
Profile Blog Joined November 2010
Germany3634 Posts
November 22 2011 10:23 GMT
#45
On November 22 2011 08:18 CecilSunkure wrote:
Right right, I have a lot of other content, I was just posting about the series detailing actually making a console game since it's a pretty cool topic.

I can't remember how many countless hours I spent on writing little games in the console :D It's really addictive .



Yeah I tried to recommend C then into C++, so it was totally in the plan to specialize in C++.

Great! I mean no offense to C, it's really a great and powerful tool, but in the gaming industry (or rather the media industry) C++ is way more comfortable to use.

Good luck on your journey, will totally check your blog out!
CecilSunkure
Profile Blog Joined May 2010
United States2829 Posts
Last Edited: 2011-11-26 21:12:43
November 26 2011 21:12 GMT
#46
Well I wanted to update my OP a bit, but for some reason it keeps saying I broke ESPORTS or something when I try. So I'll just post the update here!

I just finished up another post on event handling with the console: http://cecilsunkure.blogspot.com/2011/11/windows-console-game-event-handling.html

That article teaches you how to make a cool drawing program that looks like:
[image loading]
LXR
Profile Joined June 2011
357 Posts
December 02 2011 06:58 GMT
#47
I'm currently studying CS at university. I am really interested in game design, but i'm always struggling with the idea because i'm not sure if the programming field for video games will be as fulfilling as I hope. With the program i'm in, if I work really hard i have the option of taking great jobs at big software companies, which would be much more financially stable.... but i'm much more passionate about games.... so I can't ever decide. My friends and I have fun making small phone games though which is a good way to get your feet wet i guess
feardragon
Profile Blog Joined October 2010
United States973 Posts
December 02 2011 07:05 GMT
#48
Love it. I'm getting into game programming myself(Computer Science at Purdue) and I have to agree with the lack of good information out there.

I actually got started with DirectX since I didn't want to start at actual ground zero. I found this great guide on DirectX. So my hat's off to you on this great stuff.

Also I chuckled when you said that game developers were rich and unreachable....mainly because game programmers are actually considered really underpaid for the skill level required for their job. xD
Ok Starcraft 2 Commentator
horsman
Profile Blog Joined June 2010
Canada45 Posts
December 02 2011 07:15 GMT
#49
I'm the owner of an independent game company. I love this thread and Cecil's approach to learning. I think starting off near the metal is a great way to go when learning to create games.

The insight I'd like to add to this picture is the power that fundamentals for math in 3 dimensions (or 2) and understanding of the graphics pipeline add to creating games. If you are interested in game programming I highly recommend picking up a copy of "Real time Rendering" and perhaps "Game Engine Architecture".

I'd also be happy to do my best to answer questions anyone has about the work game developers of all types do.



horsman
Profile Blog Joined June 2010
Canada45 Posts
December 02 2011 07:22 GMT
#50
On December 02 2011 15:58 LXR wrote:
struggling with the idea because i'm not sure if the programming field for video games will be as fulfilling as I hope.


Hi! in my experience it is as fulfilling as I hoped and more interesting than writing most types of applications. The best part of developing games is that the code you write is often very different on a day to day basis and uses your critical thinking skills frequently instead of you just needing to rehash something you've done before.

The danger is being taken advantage of by the industry and being paid less than you are worth. It is worth noting that the average salary of a game programmer in the US was around 80 000 in 2007, which is quite respectable, but about 25% less than what a comparably good programmer would make in the finance industry.


iplayBANJO
Profile Joined September 2010
United States129 Posts
December 02 2011 07:26 GMT
#51
Anyone who does Java programming and is looking into programming games as a hobby, or possibly more seriously, I would recommend David Brackeen's Developing Games in Java. I bought a lot of books on game programming when I was younger and this was probably my favorite as it seemed the best balanced between technical details, easy approach, and practical application. C is a very strong language that is used in a lot of application, like programming a microwave, but it is not easily approachable for many people and is not very common in game programming from what I have heard. Java (and C# as some others have mentioned) are very common languages for indie games as they are common in mobile applications and are largely platform independent. (I'm not so sure about C# since I have never used it personally) I was told once that the Unreal Engine uses C# and is the most commonly used game engine out there.

Cool blog though, I'll probably browse through some of the linked materials and duplicate some old fashioned DOS style games just for giggles. Right now though I'm told I should be focusing on mastering Assembly so that I can pass my compiler class whenever I take it. It's one of those courses that you always hear stories about 30+ people starting the class and less than 5 passing every semester.
"So you think you know stuff about things? Well, I will see your stuff about things, and raise you things about stuff."
Noak3
Profile Blog Joined May 2010
United States236 Posts
Last Edited: 2011-12-02 07:40:05
December 02 2011 07:36 GMT
#52
It's seriously cool that you're studying at DigiPen. I have a friend who is working on 3d-modeling and CGI there, and from what he was saying it is a seriously difficult school. Mad props to anyone who can get through Art 101.
Love and be kind in the face of adversity. If you stand up for others, they will stand up for you.
aevealon
Profile Joined June 2011
Singapore80 Posts
December 02 2011 07:45 GMT
#53
Very nice. I've been looking at Game Deisgning as a possible university course at DigiPen Singapore but i never really knew how to start. I've been trying to learn some C programming but i couldn't find relevent resources.

This is a really big help haha, going to bookmark your blog :D
julianto
Profile Joined December 2010
2292 Posts
December 02 2011 07:50 GMT
#54
When I was younger, I used a program called GameMaker (it's in its 8th version I think). I'm not a computer science major, so anyone who isn't totally dedicated to making games but would still like to make simple games could try that program out. Its language is similar to C++, I hear.
¯\_(ツ)_/¯
horsman
Profile Blog Joined June 2010
Canada45 Posts
Last Edited: 2011-12-02 07:52:22
December 02 2011 07:51 GMT
#55
On December 02 2011 16:26 iplayBANJO wrote: Java (and C# as some others have mentioned) are very common languages for indie games as they are common in mobile applications and are largely platform independent. (I'm not so sure about C# since I have never used it personally) I was told once that the Unreal Engine uses C# and is the most commonly used game engine out there.


Hi, just want to respond to a few of these misconceptions. Java is extremely uncommon in game development because of the garbage collector, memory usage, startup times and graphics library bindings available. Of recent times the only significant game I can think of made with Java is Minecraft.

C/C++ is the main language of virtually all the important part (read: parts that need to run fast) of game engines or games out there. Many engines implement a scripting layer on top of the engine that might be in Lua (example Homeworld) or C# (example Unity3D) or Unrealscript or Actionscript (Flash), for instance.

Last note: Unreal engine is probably not even close to the most common game engine out there! Think Adobe Flash first, maybe Unreal competes at the highest quality of game for most common, but it is probably only used in something between 10-15 games a year (which I think is a generous estimate), while something like Unity3D might have shipped in 100 - 500 range and Flash something like 10 000 games.
leperphilliac
Profile Blog Joined September 2010
United States399 Posts
December 02 2011 07:59 GMT
#56
Hm I'm taking the first "real" programming class in my school. First half of quarter is going over all of C, second half is a mix of assembly (we're using IA-32), ELF structures and the stack/heap. Loved the C, hating the assembly. I'm guessing for me personally C is the lowest level I can go without losing my passion (lol). I'm wondering if you guys deal with that in game programming?
dignity
Profile Blog Joined May 2010
Canada908 Posts
December 02 2011 08:02 GMT
#57
I actually am doing the same thing you are doing right now (going to school for game dev) and I am currently working with c++ mainly doing opengl programming. We have to create our own actual models and read/load/render them ourselves. I would like to say, unless you are really good at math, the programming part of game dev is not for you.

I can completely understand why you are busy too... I have a game demo to finish in 3 days.
horsman
Profile Blog Joined June 2010
Canada45 Posts
Last Edited: 2011-12-02 08:04:18
December 02 2011 08:03 GMT
#58
Some very important parts of some very fast engines use some assembly in the inner most loops. Some graphics card programs "shaders" also use assembly like code for certain speed ups, but for the most part, not something most game programmers see.
Ramuh
Profile Joined February 2011
Germany238 Posts
December 02 2011 08:08 GMT
#59
I make games all the time :D

Few month ago i made a Minecraft Clone that runs in a CAVE, which is basically multiple 3d Screens. It was awesome.
Also made a Star Fox 4 Player Battle Clone, that is controlled with Kinect.

These were University Projects, and i got the best grades for it :D

Making Games is fun :D Though i often lack the ideas to create something of my own
Gesh
Profile Joined November 2010
Bulgaria69 Posts
December 02 2011 08:15 GMT
#60
"Have you ever wanted to program video games, either as a hobby or profession? "
As Stephen King has said - If you want to be a writer, write, dammit! ( loosely quoted)

So, if you want to be a game developer, pick an idea and start coding /working, dammit! The same applies for the others areas - artist, designers, etc. etc.
Let me elaborate - we are living in an age, where all the information and tools, that you need for you to make games are readily available or if you in the mood, there are enough open source projects, you can join. Right now, I'm working on my own sandbox rpg (using XNA) and I had some patches sent to VCMI - recreation of the HOMM3 engine. So, if you want to make games, sit on your butt and make games.
Great blog, please add gamasutra to your links, there is lot of information there. E..g I learned how to implement the bloom effect from an article posted there.
Prev 1 2 3 4 5 8 9 10 Next All
Please log in or register to reply.
Live Events Refresh
RSL Revival
10:00
Season 2: Grand Final
Classic vs Zoun
Tasteless2707
Crank 679
IndyStarCraft 84
Rex46
3DClanTV 41
CranKy Ducklings37
LiquipediaDiscussion
BSL Open LAN 2025 - War…
08:00
Day 2 - Play Off & Finals Stage
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Tasteless 2707
Crank 679
IndyStarCraft 84
ProTech83
Rex 46
MindelVK 10
StarCraft: Brood War
Hyuk 3053
PianO 1875
Sea 1823
Horang2 1258
Larva 604
BeSt 548
Flash 532
Leta 482
Hyun 187
ggaemo 109
[ Show more ]
Dewaltoss 103
sorry 79
Mong 70
Rush 52
Last 44
yabsab 36
Free 34
ZZZero.O 31
Backho 22
ToSsGirL 17
Sexy 14
scan(afreeca) 14
Hm[arnc] 9
Dota 2
XcaliburYe1125
Fuzer 223
Counter-Strike
x6flipin144
Super Smash Bros
Mew2King107
Heroes of the Storm
Khaldor242
Other Games
singsing2458
Happy365
Pyrionflax251
RotterdaM146
NeuroSwarm94
Organizations
StarCraft: Brood War
lovetv 939
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 14 non-featured ]
StarCraft 2
• LUISG 53
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• lizZardDota2201
League of Legends
• Jankos2121
Other Games
• WagamamaTV232
Upcoming Events
WardiTV Invitational
41m
Online Event
5h 41m
Afreeca Starleague
23h 41m
Barracks vs Mini
Wardi Open
1d
Monday Night Weeklies
1d 5h
Sparkling Tuna Cup
1d 23h
LiuLi Cup
3 days
The PondCast
3 days
CranKy Ducklings
4 days
Maestros of the Game
6 days
Clem vs Reynor
[ Show More ]
[BSL 2025] Weekly
6 days
[BSL 2025] Weekly
6 days
Liquipedia Results

Completed

Proleague 2025-09-18
Chzzk MurlocKing SC1 vs SC2 Cup #2
HCC Europe

Ongoing

BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
LASL Season 20
2025 Chongqing Offline CUP
BSL World Championship of Poland 2025
RSL Revival: Season 2
Maestros of the Game
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1

Upcoming

IPSL Winter 2025-26
BSL Season 21
SC4ALL: Brood War
BSL 21 Team A
Stellar Fest
SC4ALL: StarCraft II
EC S1
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
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.