• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 20:51
CET 01:51
KST 09:51
  • 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
ByuL: The Forgotten Master of ZvT30Behind the Blue - Team Liquid History Book19Clem wins HomeStory Cup 289HomeStory Cup 28 - Info & Preview13Rongyi Cup S3 - Preview & Info8
Community News
2026 KongFu Cup Announcement3BGE Stara Zagora 2026 cancelled11Blizzard Classic Cup - Tastosis announced as captains15Weekly Cups (March 2-8): ByuN overcomes PvT block4GSL CK - New online series18
StarCraft 2
General
Blizzard Classic Cup - Tastosis announced as captains BGE Stara Zagora 2026 cancelled BGE Stara Zagora 2026 announced ByuL: The Forgotten Master of ZvT Terran AddOns placement
Tourneys
RSL Season 4 announced for March-April Sparkling Tuna Cup - Weekly Open Tournament 2026 KongFu Cup Announcement [GSL CK] Team Maru vs. Team herO StarCraft Evolution League (SC Evo Biweekly)
Strategy
Custom Maps
Publishing has been re-enabled! [Feb 24th 2026] Map Editor closed ?
External Content
The PondCast: SC2 News & Results Mutation # 516 Specter of Death Mutation # 515 Together Forever Mutation # 514 Ulnar New Year
Brood War
General
BGH Auto Balance -> http://bghmmr.eu/ BSL 22 Map Contest — Submissions OPEN to March 10 ASL21 General Discussion Are you ready for ASL 21? Hype VIDEO Gypsy to Korea
Tourneys
[Megathread] Daily Proleagues [BSL22] Open Qualifiers & Ladder Tours IPSL Spring 2026 is here! ASL Season 21 Qualifiers March 7-8
Strategy
Simple Questions, Simple Answers Soma's 9 hatch build from ASL Game 2 Fighting Spirit mining rates Zealot bombing is no longer popular?
Other Games
General Games
Stormgate/Frost Giant Megathread Path of Exile Nintendo Switch Thread PC Games Sales Thread No Man's Sky (PS4 and PC)
Dota 2
Official 'what is Dota anymore' discussion The Story of Wings Gaming
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
Five o'clock TL Mafia Mafia Game Mode Feedback/Ideas Vanilla Mini Mafia TL Mafia Community Thread
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Mexico's Drug War Russo-Ukrainian War Thread NASA and the Private Sector
Fan Clubs
The IdrA Fan Club
Media & Entertainment
[Manga] One Piece Movie Discussion! [Req][Books] Good Fantasy/SciFi books
Sports
Formula 1 Discussion 2024 - 2026 Football Thread General nutrition recommendations Cricket [SPORT] TL MMA Pick'em Pool 2013
World Cup 2022
Tech Support
Laptop capable of using Photoshop Lightroom?
TL Community
The Automated Ban List
Blogs
Money Laundering In Video Ga…
TrAiDoS
Iranian anarchists: organize…
XenOsky
FS++
Kraekkling
Shocked by a laser…
Spydermine0240
Unintentional protectionism…
Uldridge
ASL S21 English Commentary…
namkraft
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1859 users

Programming, where to start?

Blogs > Kfish
Post a Reply
Kfish
Profile Blog Joined May 2010
Chile282 Posts
July 04 2011 16:22 GMT
#1
So I finally ended my first semester with Java and I could use some tips from the pros out here to guide my way. I have a second semester with java and starting with .NET coming up but I would like to learn more on my own. I have searched and searched for information (theres plenty) but all I know is every language has its pros and cons so choosing a path isn't easy.

I would like to get into software development or the gaming industry someday in the near future and be a profesional that really knows his stuff! I think the toughest part is "I WANT TO KNOW IT ALL," I just have to take it one step at a time.



Thanks in advance





Soleron
Profile Blog Joined September 2010
United Kingdom1324 Posts
July 04 2011 16:29 GMT
#2
Pick a project you want to do (maybe a small game) and then plan out what you need to accomplish this (graphics, sound, input handling, collisions). As you meet each small task, look up the library or code you need to accomplish this (probably start with Java as you know some). You'll soon have found and learnt the most-used libraries for any project.
Essbee
Profile Blog Joined August 2008
Canada2371 Posts
July 04 2011 16:34 GMT
#3
I create games using C# with the OpenGL library.

The pros with C# is that it is very similar to Java but with a more complete library (the lists and dictionnaries are great, it's like arrays but way more complete). Java was my first programming language and C# was just a logical followup to create games since it's better than Java for this option. C++ is probably the most used language to create games but it's old and complicated. Maybe you could earn it later but it's not necessary imo (I may be wrong on this part about C++).

To learn how to create games, I've bought this fabulous book: http://www.amazon.com/Game-Programming-Serious-Creation/dp/1435455568

You should check it out, I'm sure you'll love it.
surprise
Profile Joined January 2010
Germany38 Posts
July 04 2011 17:19 GMT
#4
Is there something you are especially interested in?
UI programming? Finding and developing algorithms? Web development (Not necessarily HTML/JS)?

Think about what would be fun for you and try to go with that. With modern languages such as Java/C# you have a lot of tools at your disposal to easily write a webservice / cool desktop application.
Kfish
Profile Blog Joined May 2010
Chile282 Posts
July 04 2011 17:40 GMT
#5
So far all I have done is learn basic basic java. Think of it like an introduction to programming course.

Im interested in game development and I would like to make software for business's.

I found fun to figure out and develop algorits even though they were probably simple.

Im going to take a look at the book linked above, thanks for that. The idea of picking up a project seems great. Any recomendations on which IDE to use?

Thanks
Essbee
Profile Blog Joined August 2008
Canada2371 Posts
Last Edited: 2011-07-04 17:58:41
July 04 2011 17:58 GMT
#6
Java: Eclipse
C#: Visual Studio 2010 (in the book there is an introduction on how to install and configure it)

As I can see, you're quite new to programming, you can start with simple text-based games in Java and maybe next year you could start checking out the book I linked you. I say this because the book take in consideration you are decent in programming so it may be hard if you only have 1 year of experience but who knows, maybe you're better than what I was .

Cheers!
MrShankly
Profile Blog Joined October 2009
United Kingdom371 Posts
Last Edited: 2011-07-04 18:02:48
July 04 2011 17:59 GMT
#7
Hey im studying games programming at uni and i would recommend starting with C# and the XNA framework (by microsoft). How is your maths with vectors and such? If you already understand that it will help you a bit.

If you don't have visual studio, you can use "Microsoft Visual C# 2010 Express Edition" which should be fine. C++ is most commonly used in games programming but i recommend you learn that a bit later on. I also recommend looking up VIDEO tutorials on the net. This is so great as they explain the code while typing it

There was a good tutorial for creating a first xna game. I will try to find it if i can......

edit: forgot to mention that c# is rly similar to java which is also the language that i started with
DONATE SC2 BETA KEY TO ME PLEASE
Shifft
Profile Blog Joined April 2010
Canada1085 Posts
July 04 2011 17:59 GMT
#8
Use Eclipse for java development. And yeah, just pick a project and start working on it. 90% of programming is strong google-fu anyways so you should be able to figure things out with enough patience. The most important thing to remember is that if something seems ugly or inefficient find a way to make it cleaner right away, because if you continue to build on an ugly base your code can get unmanageable very quickly. This is less of a problem for solo coding but it's good practice regardless to refactor early and often.
=O
Essbee
Profile Blog Joined August 2008
Canada2371 Posts
July 04 2011 18:03 GMT
#9
Oh I have a question too: What do you know in programming for now?

I suppose you have seen the basics like variables, functions, classes, arrays, etc... but have you worked with files, different data mappings, class implementation, interfaces, and so on?

Essbee
Profile Blog Joined August 2008
Canada2371 Posts
Last Edited: 2011-07-04 18:11:06
July 04 2011 18:08 GMT
#10
On July 05 2011 02:59 MrShankly wrote:
Hey im studying games programming at uni and i would recommend starting with C# and the XNA framework (by microsoft). How is your maths with vectors and such? If you already understand that it will help you a bit.

If you don't have visual studio, you can use "Microsoft Visual C# 2010 Express Edition" which should be fine. C++ is most commonly used in games programming but i recommend you learn that a bit later on. I also recommend looking up VIDEO tutorials on the net. This is so great as they explain the code while typing it

There was a good tutorial for creating a first xna game. I will try to find it if i can......

edit: forgot to mention that c# is rly similar to java which is also the language that i started with


I would like to add something to that.

XNA is an already made engine that you can use for free. The thing with the book I linked is that you make your own engine before making an example of a 2d shooter (in the book). The engine you make is very similar to the XNA (as far as I know) because I've used both and they have very similar classes.

If you decide to start with XNA, like MrShankly, be sure to have some video tutorials or books on it or you may have a hard time understanding whatyou are doing. With the book you see step by step how every part of the engine is made which is great and you program a lot of fun examples with it to test your engine with OpenGL to test rendering on your screen.

Edit: I also greatly recommend this website for new game programmers: gamedev.net
MrShankly
Profile Blog Joined October 2009
United Kingdom371 Posts
July 04 2011 18:14 GMT
#11
Isn't openGL more complex to get started with though? Having to create the context and openGL being a state machine and stuff?

http://create.msdn.com/en-US/education/tutorial/2dgame/getting_started

Anyway i can no longer find the tutorial i was originaly going to llink you to, but this one seems similar, an updated version of the old one or something.
DONATE SC2 BETA KEY TO ME PLEASE
Essbee
Profile Blog Joined August 2008
Canada2371 Posts
Last Edited: 2011-07-04 18:20:17
July 04 2011 18:18 GMT
#12
On July 05 2011 03:14 MrShankly wrote:
Isn't openGL more complex to get started with though? Having to create the context and openGL being a state machine and stuff?

http://create.msdn.com/en-US/education/tutorial/2dgame/getting_started

Anyway i can no longer find the tutorial i was originaly going to llink you to, but this one seems similar, an updated version of the old one or something.


Yeah maybe but with the book I assure you it's very easy to understand. It's like, it takes in consideration you know C# (which is like Java) but start at the basics with OpenGL which is great imo.

Edit: But it's alright if you think he'll be cool with XNA, my point is just that I really like what I learned with the book (how engines works). It also give some very good startup for many game types.
Kfish
Profile Blog Joined May 2010
Chile282 Posts
July 04 2011 18:21 GMT
#13
Thanks for the replies so far. What I have learned so far is classes, methods, arrays, variables, stuff like that. I think I might try to make a tic tac toe game with text first and then see how I could have a Graphical interface for it.

I still have long ways to go with Java bit I just like setting up my plan for the future.

My math isn't terrible. If there is something I dont know I'll find out how to do it.

So far I believe my best choice is to keep going with java and start looking at C#.
Essbee
Profile Blog Joined August 2008
Canada2371 Posts
July 04 2011 18:32 GMT
#14
On July 05 2011 03:21 Kfish wrote:
Thanks for the replies so far. What I have learned so far is classes, methods, arrays, variables, stuff like that. I think I might try to make a tic tac toe game with text first and then see how I could have a Graphical interface for it.

I still have long ways to go with Java bit I just like setting up my plan for the future.

My math isn't terrible. If there is something I dont know I'll find out how to do it.

So far I believe my best choice is to keep going with java and start looking at C#.


Yeah game programming is a lot of maths (depending on what you do).

I think it's a great idea that you want to start with a tic tac toe game, you'll learn a lot if you finish it.
And to make it graphical, this is where you could try to implement your game in C# (very easy to implement since the two languages are kinda the same) because if you have ever used Visual Studio, there is an in-built interface creator which is again really easy to use.

In Java, it's very possible, it's just harder since it's just coding and placing your things at the right places but it's still easy if you google some tutorials, you should have no difficulty when you'll be there (you may even start doing some interfaces in your second semester).

Keep it simple with small games and this is how you'll get better. Also, don't give up if you have an error you don't find, eventually you'll get it as you get better at using the debugger (a very useful tool in any IDE).
crappen
Profile Joined April 2010
Norway1546 Posts
July 04 2011 18:37 GMT
#15
On July 05 2011 03:21 Kfish wrote:
Thanks for the replies so far. What I have learned so far is classes, methods, arrays, variables, stuff like that. I think I might try to make a tic tac toe game with text first and then see how I could have a Graphical interface for it.

I still have long ways to go with Java bit I just like setting up my plan for the future.

My math isn't terrible. If there is something I dont know I'll find out how to do it.

So far I believe my best choice is to keep going with java and start looking at C#.


Programming is pretty nice. I did not like developing games(c++, objective c [for iphone] etc), but I really fell in love with java enterprise, making web applications.
I myself do not like eclipse, I would rather use Netbeans, but I fell totally in love with IntelliJ (which costs money, but maybe you can get it for free on the course your going on, ask your teacher).

There is nothing wrong with eclipse, you can do all the good stuff, but I like my environment very sexy, that is all. Also, having a mac to program on, is a blast (or linux). Windows is like still cheering for fruitdealer, you always get disappointed. Still, this is just sexyness, you can do perfectly fine whit whatever you use really.

Much will happen in the comming year for you, and I myself also want to do everything, even graphics/drawing. Its a nice profession, and as times goes by, you realize you use much more then just java. Scala is really showing itself as well, and there are many nice frameworks that is a blessing to use for certain projects (playframework comes to mind).
Kfish
Profile Blog Joined May 2010
Chile282 Posts
July 04 2011 18:38 GMT
#16
Every one of you helped me a great deal, thanks for every reply. I'm gonna hop right into eclipse and make tic tac toe! I have taken all of these suggestions into consideration. I will update this thread with my progress! <3
Essbee
Profile Blog Joined August 2008
Canada2371 Posts
July 04 2011 18:51 GMT
#17
On July 05 2011 03:38 Kfish wrote:
Every one of you helped me a great deal, thanks for every reply. I'm gonna hop right into eclipse and make tic tac toe! I have taken all of these suggestions into consideration. I will update this thread with my progress! <3


Great news! Don't hesitate to ask for help.

As crappen said, there is a lot of things related to computer sciences (and programming for that matter) that maybe you can check about programming in web, games, data storage, etc... a lot of interesting fields. But myself I prefer game programming but I try to implement many fields like I make a game where I can save my character to a database so I can load it anywhere. I can also have a website which write the information of my character on a web page, etc... all very interesting possibilities.

It's just a matter of exploring the possibilities and the technologies to see what you prefer and what you want to do

I say, start with your tic tac toe and see if you like doing that.
Please log in or register to reply.
Live Events Refresh
BSL
20:00
S22 - Ladder Tour #1
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
PiGStarcraft560
Nina 134
Ketroc 70
StarCraft: Brood War
Sea 10921
Dota 2
monkeys_forever472
canceldota54
League of Legends
JimRising 430
Super Smash Bros
hungrybox800
Heroes of the Storm
Khaldor267
Other Games
summit1g11440
FrodaN3880
crisheroes309
KnowMe205
ViBE111
PiLiPiLi6
Organizations
Other Games
gamesdonequick2406
ComeBackTV 155
BasetradeTV54
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 17 non-featured ]
StarCraft 2
• musti20045 40
• Hupsaiya 23
• davetesta16
• AfreecaTV YouTube
• sooper7s
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
StarCraft: Brood War
• RayReign 20
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• masondota21066
League of Legends
• Doublelift5292
• Scarra1402
Upcoming Events
Sparkling Tuna Cup
9h 9m
RSL Revival
9h 9m
ByuN vs SHIN
Maru vs Krystianer
WardiTV Team League
11h 9m
Patches Events
16h 9m
BSL
19h 9m
GSL
1d 7h
Wardi Open
1d 11h
Monday Night Weeklies
1d 16h
OSC
1d 23h
WardiTV Team League
2 days
[ Show More ]
PiGosaur Cup
2 days
Kung Fu Cup
3 days
The PondCast
4 days
KCM Race Survival
4 days
WardiTV Team League
4 days
Replay Cast
4 days
KCM Race Survival
5 days
WardiTV Team League
5 days
Korean StarCraft League
6 days
uThermal 2v2 Circuit
6 days
BSL
6 days
Liquipedia Results

Completed

Proleague 2026-03-13
WardiTV Winter 2026
Underdog Cup #3

Ongoing

KCM Race Survival 2026 Season 1
Jeongseon Sooper Cup
BSL Season 22
RSL Revival: Season 4
Nations Cup 2026
ESL Pro League S23 Finals
ESL Pro League S23 Stage 1&2
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter Qual

Upcoming

CSL Elite League 2026
ASL Season 21
Acropolis #4 - TS6
2026 Changsha Offline CUP
Acropolis #4
IPSL Spring 2026
CSLAN 4
Kung Fu Cup 2026 Grand Finals
HSC XXIX
uThermal 2v2 2026 Main Event
NationLESS Cup
Stake Ranked Episode 2
CS Asia Championships 2026
IEM Atlanta 2026
Asian Champions League 2026
PGL Astana 2026
BLAST Rivals Spring 2026
CCT Season 3 Global Finals
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026
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 © 2026 TLnet. All Rights Reserved.