coding question
-
- Lt. Commander
- Posts:728
- Joined:Sun Dec 23, 2012 5:31 pm
- Affiliation:White
- IGN:Nevank
So... being in online school gives me a ton of free time. So, in this free time I've decided to learn programming with the goal to be a game developer at some point in the future. Keep in mind while reading this that I know NOTHING when it comes to coding because I haven't started learning yet. But I don't know what to use... There are a ton of java tutorials out there that I could look at but games like Minecraft are very CPU intensive and that's (at least what I have heard) because of java. Should I use something else or do the benefits of Java outweigh the problems?
Throw the commies in the drink so my country can be free!
Re: coding question
If your going to work with java I recommend getting Eclipse, it's a very nice and helpful program. Also start with a basic hello world program.
"The Sky is the Limit"

Commander Error wrote:"Titan" - Moves slightly quicker than a glacier, on a good day.
Prototype wrote:F-14s are just gay Tornados.
Catsonmeth wrote:Which meant every two weeks, Tuesday night was reserved for mainlining coffee and getting sensual with a keyboard
-
- Lt. Commander
- Posts:728
- Joined:Sun Dec 23, 2012 5:31 pm
- Affiliation:White
- IGN:Nevank
Re: coding question
I suppose I'll need Notepad++ as well.Princess Luna wrote:If your going to work with java I recommend getting Eclipse, it's a very nice and helpful program. Also start with a basic hello world program.
Throw the commies in the drink so my country can be free!
-
- Rear Admiral
- Posts:1890
- Joined:Sat Dec 01, 2012 9:39 am
- Affiliation:GLORIOUS REPUBLIC
- Tunnelthunder
- Ensign
- Posts:259
- Joined:Wed Dec 05, 2012 10:33 pm
- Affiliation:Insomniacs
- IGN:Tunnelthunder
Re: coding question
I recommend a toaster. Preferably a brave model.
-
- Lt. Commander
- Posts:728
- Joined:Sun Dec 23, 2012 5:31 pm
- Affiliation:White
- IGN:Nevank
Re: coding question
Brave Little Toaster gave me nightmares -.-Tunnelthunder wrote:I recommend a toaster. Preferably a brave model.
Throw the commies in the drink so my country can be free!
-
- Lt. Commander
- Posts:781
- Joined:Fri Dec 07, 2012 5:00 pm
- Affiliation:Darkstar Security CO
- Location:Brazil.
Re: coding question
Begin coding with Ruby plataform.
Or LUA.
They are very easy and powerfull.
I recommend.
Or LUA.
They are very easy and powerfull.
I recommend.
" We explore... and you call us criminals. We seek after knowledge, and you call us criminals.We exist without skin color, without nationality, without religous bias... and you call us criminals.You build atomic bombs, you wage wars, you murder, cheat, and lie to us and try to make us believe it's for our own good, yet we're the
criminals.Yes, I am a crimial. My crime is that of curiosity."
EMPRAH * BRUVA
criminals.Yes, I am a crimial. My crime is that of curiosity."
EMPRAH * BRUVA
-
- Rear Admiral
- Posts:1890
- Joined:Sat Dec 01, 2012 9:39 am
- Affiliation:GLORIOUS REPUBLIC
Re: coding question
fr0st recommended Java when I asked him if Lua was a good starter.
I'm doing it anyway because it's the language Spring engine uses, but for just the purpose of becoming a gamedev...I hear it's not that big a step from Java to C++.
I'm doing it anyway because it's the language Spring engine uses, but for just the purpose of becoming a gamedev...I hear it's not that big a step from Java to C++.

Re: coding question
Eventually it doesn't matter what you learn with but what you learn from. When it comes to learning programming you probably need an easy language to start with. Java and C# are pretty much identical and are quite easy to understand. For each one of them I suggest getting their respective programs (Eclipse or Visual C#) because with Notepad++ you lack many futures that exist in those editors. Also if I were you I'd rather ask "where do I start learning from ?" because I have no idea I always studied it as my primary with a teacher.
They're watching ... 
"I am forbidden tag" -CvN

"I am forbidden tag" -CvN
- Tau
- Admin
- Posts:750
- Joined:Mon Dec 10, 2012 9:58 am
- Affiliation:Futureville Mafia
- IGN:TehPwnzor7306
- Location:Ancapistan
Re: coding question
Lua is shittastic for most purposes. I'd suggest learning Python, and building from that. I use Geany and Vim for editing and such.

Vinyl wrote:"RP" and gaming and homosexuality is what's keeping [the forum] afloat.
- fr0stbyte124
- Developer
- Posts:727
- Joined:Fri Dec 07, 2012 3:39 am
- Affiliation:Aye-Aye
Re: coding question
Lua is used a lot in game scripting because it is very lightweight and portable, and has a good math library. It's not because it's easier.
At least for programmers, Python is usually considered the easiest language to learn. I don't know whether that is the case for novices as well; I don't use it myself.
At least for programmers, Python is usually considered the easiest language to learn. I don't know whether that is the case for novices as well; I don't use it myself.
- Dux_Tell31
- Midshipman
- Posts:100
- Joined:Thu Dec 06, 2012 12:22 pm
- Affiliation:Tellrim
- IGN:tell31
Re: coding question
I recommend Visual Basic because of it's "breakpoint" testing feature. This allows you to test specific portions of your code by running the program line by line. Its quite useful.
"This is Minecraft, sir. We don't make physics, we ruin them." -Fr0stbyte124
"We are made of the elements out in space, in essense we are the universe discovering itself" -Neil Degrasse Tyson
"We are made of the elements out in space, in essense we are the universe discovering itself" -Neil Degrasse Tyson
Re: coding question
This exists in pretty much every single editor I mentioned - it is a fundamental tool in debugging. Just get something and get going ! Consider what you would like to hop into when you are done - for example if you want to try and help with the mod go for Java.
They're watching ... 
"I am forbidden tag" -CvN

"I am forbidden tag" -CvN
-
- Lt. Commander
- Posts:728
- Joined:Sun Dec 23, 2012 5:31 pm
- Affiliation:White
- IGN:Nevank
Re: coding question
I suppose I'll start with Java and move on to Lua whenever I feel ready...
Throw the commies in the drink so my country can be free!