Programming: Where do I start?

cdmason

Honorable
Jun 26, 2013
1
0
10,510
So it's summer time now, and with all this free time and curiosity I'm willing to learn programming. But I don't know where to start...

I'm experienced in HTML, and I've tried Java once by watching a video tutorial which made me more confused.

I want to make Indie games, what language do I start with? Where do I learn it?

Thanks,
Connor.
 

liquidsnaske

Honorable
Jun 26, 2013
1
0
10,510
Hi Mason,

Programming is a massive world with plenty of different areas to go down into, personally my expertise is low level programming for hardware (stuff like writing firmware or software to run on a simple single board computer).

But I think for creating indie games the best place to go would be with the Unity software which seems to be what most indie games are made with. However if this really is your first steps into programming then wrapping your head around some of the concepts will help a lot, so I would suggest checking out LUA coding and tutorials first.

Hope that helps
 

drtoast

Honorable
May 10, 2013
20
0
10,570
And for lua, there is no better way than studying the coding of Don't Starve. A huge plus is its designed for modding, supported by the developers and as a result a pretty unique modding community who are willing to help.
 

USAFRet

Illustrious
Moderator
Programming is a concept, not a language. A rational programmer can internalize just about any language.

For programming, <WhatEverLanguage> for Dummies is a start.
Java and/or C# might be good. And finding one of the more recent free game engines and play with that. Explore its innards. Design something.
 

thanksforthefish87

Honorable
Aug 1, 2013
3
0
10,510


Those languages aren't low level