• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 06:48
CET 12:48
KST 20: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: Winners10Intel 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!33$5,000+ WardiTV 2025 Championship6[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
Mech is the composition that needs teleportation t TL.net Map Contest #21: Winners Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win RotterdaM "Serral is the GOAT, and it's not close" 5.0.15 Patch Balance Hotfix (2025-10-8)
Tourneys
Constellation Cup - Main Event - Stellar Fest $5,000+ WardiTV 2025 Championship Sparkling Tuna Cup - Weekly Open Tournament Merivale 8 Open - LAN - Stellar Fest Sea Duckling Open (Global, Bronze-Diamond)
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 498 Wheel of Misfortune|Cradle of Death Mutation # 497 Battle Haredened Mutation # 496 Endless Infection Mutation # 495 Rest In Peace
Brood War
General
[ASL20] Ask the mapmakers — Drop your questions BW General Discussion [BSL21] RO32 Group Stage BGH Auto Balance -> http://bghmmr.eu/ SnOw's ASL S20 Finals Review
Tourneys
[Megathread] Daily Proleagues [ASL20] Grand Finals [BSL21] RO32 Group B - Sunday 21:00 CET [BSL21] RO32 Group A - Saturday 21:00 CET
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 Stormgate/Frost Giant Megathread Path of Exile Should offensive tower rushing be viable in RTS games? 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
US Politics Mega-thread Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine YouTube Thread Dating: How's your luck?
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 NBA General Discussion MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023 Formula 1 Discussion
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 Recent Gifted Posts
Blogs
Coffee x Performance in Espo…
TrAiDoS
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Why we need SC3
Hildegard
Reality "theory" prov…
perfectspheres
Our Last Hope in th…
KrillinFromwales
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1553 users

Want to program video games? - Page 2

Blogs > CecilSunkure
Post a Reply
Prev 1 2 3 4 5 8 9 10 Next All
shannn
Profile Blog Joined May 2010
Netherlands2891 Posts
November 16 2011 22:36 GMT
#21
Great blog!

I'm a senior CS student here in Holland and we don't get C at all during college. It's heavily focused on Java which makes the transition from Java to C quite frustrating as a beginner.

I've been programming for over a year in Objective-C for the iOS apps (for my brother's work) and I like it very much (besides the memory management in C :D:D:D).

Recently I've been looking to expand my horizon by looking how games are being programmed and it made my curiosity even bigger than before. I really like it to make the music/designs/stories by yourself but most of all the programming.

It's a lot of work since I'm reading multiple books at the same time to learn more about the different aspects of making games.

I can only tell to anybody who is aspiring to become a game designer (programming side) that you just have to do it.
Nothing is easy and neither is this
http://www.teamliquid.net/forum/viewpost.php?post_id=6321864 Epic post.
Lysenko
Profile Blog Joined April 2010
Iceland2128 Posts
November 16 2011 22:41 GMT
#22
On November 17 2011 07:36 shannn wrote:
I've been programming for over a year in Objective-C for the iOS apps (for my brother's work) and I like it very much (besides the memory management in C :D:D:D).


The memory management in Objective-C is very forgiving compared to that of C.
http://en.wikipedia.org/wiki/Lysenkoism
stafu
Profile Blog Joined January 2009
Australia1196 Posts
November 16 2011 22:56 GMT
#23
Just as a side note, if anyone in Australia is interested in video game programming, particularly high-school students about to finish, definitely check out Murdoch University's Games Technology major. It is extremely challenging, but very rewarding - a real no bullshit games major that you can double with computer science (this is what I'm about to graduate with). Most graduates go on to graphics/simulations programming, but if you wanted to move to somewhere with a real games industry, you'd be well prepared. No engines, no scripting (apart from your own, by interfacing between C++ and Luabind), just C, C++ and OpenGL, apart from one unit in which you use XNA and C#.

During my degree I've created 6 games-related projects, from small scale C/OpenGL demos in the early years, to fully featured game engines, games, and virtual environment simulations, as well as a Brood War AI using BWAPI! I've learnt not only about game programming and large-scale software engineering, but physics, game design, intelligent systems, linear algebra, and a bunch of other inter-disciplinary topics.
shannn
Profile Blog Joined May 2010
Netherlands2891 Posts
November 16 2011 22:57 GMT
#24
On November 17 2011 07:41 Lysenko wrote:
Show nested quote +
On November 17 2011 07:36 shannn wrote:
I've been programming for over a year in Objective-C for the iOS apps (for my brother's work) and I like it very much (besides the memory management in C :D:D:D).


The memory management in Objective-C is very forgiving compared to that of C.

That sounds comforting

I don't really mind the memory management since it's quite good to learn and know how your objects take up memory and how they are being used.

My motto since I've been programming 5 years ago has just been: "Just do it ffs!"
http://www.teamliquid.net/forum/viewpost.php?post_id=6321864 Epic post.
Lysenko
Profile Blog Joined April 2010
Iceland2128 Posts
November 16 2011 23:05 GMT
#25
On November 17 2011 07:57 shannn wrote:
That sounds comforting


The good news is that there are very good automated code analysis tools these days that can help you identify memory management bugs. Of course, you'll be best off developing a coding style that ensures that you minimize those problems to begin with.
http://en.wikipedia.org/wiki/Lysenkoism
CecilSunkure
Profile Blog Joined May 2010
United States2829 Posts
November 16 2011 23:29 GMT
#26
On November 17 2011 07:57 shannn wrote:
Show nested quote +
On November 17 2011 07:41 Lysenko wrote:
On November 17 2011 07:36 shannn wrote:
I've been programming for over a year in Objective-C for the iOS apps (for my brother's work) and I like it very much (besides the memory management in C :D:D:D).


The memory management in Objective-C is very forgiving compared to that of C.

That sounds comforting

I don't really mind the memory management since it's quite good to learn and know how your objects take up memory and how they are being used.

My motto since I've been programming 5 years ago has just been: "Just do it ffs!"

I haven't had any trouble with memory leaks or anything at all yet, and memory management hasn't seemed to be much a tough topic at all. Perhaps one just needs a good resource to learn from, is all
Lysenko
Profile Blog Joined April 2010
Iceland2128 Posts
Last Edited: 2011-11-17 00:05:15
November 17 2011 00:04 GMT
#27
On November 17 2011 08:29 CecilSunkure wrote:
I haven't had any trouble with memory leaks or anything at all yet, and memory management hasn't seemed to be much a tough topic at all. Perhaps one just needs a good resource to learn from, is all


Writing multithreaded or otherwise asynchronous code massively amplifies the difficulty of handling memory management. It can help to have a really good model in mind for how to handle this, but sometimes it is just an extremely tough problem.
http://en.wikipedia.org/wiki/Lysenkoism
CecilSunkure
Profile Blog Joined May 2010
United States2829 Posts
Last Edited: 2011-11-17 01:01:42
November 17 2011 01:01 GMT
#28
On November 17 2011 09:04 Lysenko wrote:
Show nested quote +
On November 17 2011 08:29 CecilSunkure wrote:
I haven't had any trouble with memory leaks or anything at all yet, and memory management hasn't seemed to be much a tough topic at all. Perhaps one just needs a good resource to learn from, is all


Writing multithreaded or otherwise asynchronous code massively amplifies the difficulty of handling memory management. It can help to have a really good model in mind for how to handle this, but sometimes it is just an extremely tough problem.

Ah I see, I haven't done anything multi-threaded yet.

I've written the next post in the series, which is on writing colored text and images to the console's screen buffer: link.
Rynnte
Profile Joined September 2011
United States16 Posts
November 17 2011 03:42 GMT
#29
Great article Cecil! I'll try it out sometimes.
ImDrizzt
Profile Blog Joined February 2011
Norway427 Posts
November 17 2011 04:42 GMT
#30
Why aren't you in the Strategy section writing awesome guide's on how to pwn it up in the ladder??
Link to my serious blog, where I am serious and spreads truth, knowledge and "serious" stuff: http://www.liquidpoker.net/blog/viewblog.php?id=982066
CecilSunkure
Profile Blog Joined May 2010
United States2829 Posts
Last Edited: 2011-11-17 21:21:34
November 17 2011 16:24 GMT
#31
On November 17 2011 13:42 ImDrizzt wrote:
Why aren't you in the Strategy section writing awesome guide's on how to pwn it up in the ladder??

Busy with school yo
ArcticVanguard
Profile Blog Joined August 2010
United States450 Posts
November 19 2011 15:18 GMT
#32
Do you have any articles that you can recommend on pointers and how you use them, why you use them, and what you use them for?
"When I became a man I put away childish things, including the fear of childishness and the desire to be very grown up." ~C.S. Lewis
CecilSunkure
Profile Blog Joined May 2010
United States2829 Posts
November 19 2011 21:03 GMT
#33
On November 20 2011 00:18 ArcticVanguard wrote:
Do you have any articles that you can recommend on pointers and how you use them, why you use them, and what you use them for?

Yeah I wrote a pretty long article on pointers here: http://cecilsunkure.blogspot.com/search/label/Pointers

Is this enough info? Let me know if you would want to know more, and I can probably write it as my next article
Deleted User 61629
Profile Blog Joined March 2010
1664 Posts
November 19 2011 21:54 GMT
#34
--- Nuked ---
CecilSunkure
Profile Blog Joined May 2010
United States2829 Posts
November 19 2011 22:00 GMT
#35
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?

Yeah at certain companies it's a real issue of over-working employees. There was a popular EA wives dispute where a large group banded together to protest against how EA was treating their husbands. I don't know all the details but you can easily google search the topic.

Where I worked it wasn't an issue really. One guy even had only 4 days a week of work during hardcore crunch time, and he was an integral designer, lol.

Afaik it's a known issue that's been progressively getting better.
PetitCrabe
Profile Blog Joined September 2010
Canada410 Posts
November 19 2011 22:04 GMT
#36
Awesome blog. I had to learn a little bit of C programming last year for university and I was pretty good at whatever they were throwing at us. Unfortunately, I have forgotten most of it because I stopped practicing (no more assignments) but am willing to learn again. I have already bookmarked your blog and please know that if you happen to keep writing guides about anything related to C, I will be reading them. Thank you.
b3h47pte
Profile Blog Joined May 2007
United States1317 Posts
November 19 2011 23:29 GMT
#37
For those who want to start at a bit higher level, remember there's also always UDK and CryEngine 3 SDK's for you to use.
http://udk.com/
http://mycryengine.com/

I personally use UDK myself so if you have questions about that i can probably answer some of them!
SarR
Profile Joined June 2011
476 Posts
Last Edited: 2011-11-20 05:44:27
November 20 2011 05:43 GMT
#38
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.
Lysenko
Profile Blog Joined April 2010
Iceland2128 Posts
November 20 2011 06:27 GMT
#39
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.


Game development includes all of those. You can pick most types of specializations and find some kind of application in games if you really care to.

One thing worth keeping in mind is that the best programming jobs are those where one learns a great deal about the subject area of what one's software is used to do, and applies that. So, being a game developer is probably a better long-term career than just being a guy who knows web development, because you have to have deep knowledge outside the technical tools to get anywhere.
http://en.wikipedia.org/wiki/Lysenkoism
ArcticVanguard
Profile Blog Joined August 2010
United States450 Posts
November 20 2011 17:33 GMT
#40
SarR: The reason that games come up so much is that they're so much more interesting to the casual beginner. Someone who's already got experience might find those things more interesting, but a beginner looks more at the finished product.
"When I became a man I put away childish things, including the fear of childishness and the desire to be very grown up." ~C.S. Lewis
Prev 1 2 3 4 5 8 9 10 Next All
Please log in or register to reply.
Live Events Refresh
CranKy Ducklings
10:00
Sea Duckling Open #140
CranKy Ducklings100
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
mouzHeroMarine 157
ProTech134
StarCraft: Brood War
Sea 7520
Horang2 3621
GuemChi 3257
Jaedong 732
actioN 400
Larva 387
Soma 312
Stork 243
Mini 239
BeSt 211
[ Show more ]
EffOrt 144
Killer 135
Backho 111
ToSsGirL 91
Hyun 87
Rush 69
Mind 48
PianO 35
NaDa 30
Sharp 29
Icarus 19
HiyA 15
sorry 12
soO 12
Bale 11
Sacsri 8
Terrorterran 1
Dota 2
Gorgc4086
singsing1567
XcaliburYe267
Counter-Strike
fl0m2419
zeus556
edward31
Heroes of the Storm
Khaldor129
Other Games
B2W.Neo527
Sick264
XaKoH 119
Fuzer 68
nookyyy 24
MindelVK16
Organizations
Counter-Strike
PGL130
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
StarCraft 2
WardiTV0
[ Show 16 non-featured ]
StarCraft 2
• Berry_CruncH166
• StrangeGG 66
• LUISG 31
• Dystopia_ 3
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Jankos2776
• Stunt940
Upcoming Events
IPSL
6h 13m
dxtr13 vs OldBoy
Napoleon vs Doodle
LAN Event
6h 13m
Lambo vs Clem
Scarlett vs TriGGeR
ByuN vs TBD
Zoun vs TBD
BSL 21
8h 13m
Gosudark vs Kyrie
Gypsy vs OyAji
UltrA vs Radley
Dandy vs Ptak
Replay Cast
11h 13m
Sparkling Tuna Cup
22h 13m
WardiTV Korean Royale
1d
LAN Event
1d 3h
IPSL
1d 6h
JDConan vs WIZARD
WolFix vs Cross
BSL 21
1d 8h
spx vs rasowy
HBO vs KameZerg
Cross vs Razz
dxtr13 vs ZZZero
Replay Cast
1d 21h
[ Show More ]
Wardi Open
2 days
WardiTV Korean Royale
3 days
Replay Cast
3 days
Kung Fu Cup
4 days
Classic vs Solar
herO vs Cure
Reynor vs GuMiho
ByuN vs ShoWTimE
Tenacious Turtle Tussle
4 days
The PondCast
4 days
RSL Revival
4 days
Solar vs Zoun
MaxPax vs Bunny
Kung Fu Cup
5 days
WardiTV Korean Royale
5 days
RSL Revival
5 days
Classic vs Creator
Cure vs TriGGeR
Kung Fu Cup
6 days
CranKy Ducklings
6 days
RSL Revival
6 days
herO vs Gerald
ByuN vs SHIN
Liquipedia Results

Completed

BSL 21 Points
SC4ALL: StarCraft II
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
Stellar Fest: Constellation Cup
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: 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.