coding question

Miscellaneous. No spam or advertisements, constructive discussion encouraged.
Post Reply
CommanderKobialka
Lt. Commander
Lt. Commander
Posts:728
Joined:Sun Dec 23, 2012 5:31 pm
Affiliation:White
IGN:Nevank
coding question

Post by CommanderKobialka » Tue Jun 11, 2013 6:43 pm

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!

Luna
Lieutenant
Lieutenant
Posts:583
Joined:Thu Dec 06, 2012 7:21 pm

Re: coding question

Post by Luna » Tue Jun 11, 2013 6:46 pm

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"
Image
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

CommanderKobialka
Lt. Commander
Lt. Commander
Posts:728
Joined:Sun Dec 23, 2012 5:31 pm
Affiliation:White
IGN:Nevank

Re: coding question

Post by CommanderKobialka » Tue Jun 11, 2013 6:54 pm

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.
I suppose I'll need Notepad++ as well.
Throw the commies in the drink so my country can be free!

Chairman_Tiel
Rear Admiral
Rear Admiral
Posts:1890
Joined:Sat Dec 01, 2012 9:39 am
Affiliation:GLORIOUS REPUBLIC

Re: coding question

Post by Chairman_Tiel » Tue Jun 11, 2013 6:57 pm

You don't need Notepad++ if you have Eclipse.
[spoiler]Image[/spoiler]

User avatar
Tunnelthunder
Ensign
Ensign
Posts:259
Joined:Wed Dec 05, 2012 10:33 pm
Affiliation:Insomniacs
IGN:Tunnelthunder

Re: coding question

Post by Tunnelthunder » Tue Jun 11, 2013 7:22 pm

I recommend a toaster. Preferably a brave model.

CommanderKobialka
Lt. Commander
Lt. Commander
Posts:728
Joined:Sun Dec 23, 2012 5:31 pm
Affiliation:White
IGN:Nevank

Re: coding question

Post by CommanderKobialka » Tue Jun 11, 2013 7:38 pm

Tunnelthunder wrote:I recommend a toaster. Preferably a brave model.
Brave Little Toaster gave me nightmares -.-
Throw the commies in the drink so my country can be free!

Crash Override
Lt. Commander
Lt. Commander
Posts:781
Joined:Fri Dec 07, 2012 5:00 pm
Affiliation:Darkstar Security CO
Location:Brazil.

Re: coding question

Post by Crash Override » Tue Jun 11, 2013 8:13 pm

Begin coding with Ruby plataform.

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

Chairman_Tiel
Rear Admiral
Rear Admiral
Posts:1890
Joined:Sat Dec 01, 2012 9:39 am
Affiliation:GLORIOUS REPUBLIC

Re: coding question

Post by Chairman_Tiel » Tue Jun 11, 2013 8:30 pm

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++.
[spoiler]Image[/spoiler]

User avatar
Iv121
Vice Admiral
Vice Admiral
Posts:2414
Joined:Fri Dec 07, 2012 3:40 pm
Affiliation:UTN
Location:-> HERE <-

Re: coding question

Post by Iv121 » Wed Jun 12, 2013 12:13 am

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 ... Image

"I am forbidden tag" -CvN

User avatar
Tau
Admin
Posts:750
Joined:Mon Dec 10, 2012 9:58 am
Affiliation:Futureville Mafia
IGN:TehPwnzor7306
Location:Ancapistan

Re: coding question

Post by Tau » Wed Jun 12, 2013 7:52 am

Lua is shittastic for most purposes. I'd suggest learning Python, and building from that. I use Geany and Vim for editing and such.
Image
Vinyl wrote:"RP" and gaming and homosexuality is what's keeping [the forum] afloat.

User avatar
fr0stbyte124
Developer
Posts:727
Joined:Fri Dec 07, 2012 3:39 am
Affiliation:Aye-Aye

Re: coding question

Post by fr0stbyte124 » Wed Jun 12, 2013 9:27 am

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.

User avatar
Dux_Tell31
Midshipman
Midshipman
Posts:100
Joined:Thu Dec 06, 2012 12:22 pm
Affiliation:Tellrim
IGN:tell31

Re: coding question

Post by Dux_Tell31 » Wed Jun 12, 2013 5:15 pm

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

User avatar
Iv121
Vice Admiral
Vice Admiral
Posts:2414
Joined:Fri Dec 07, 2012 3:40 pm
Affiliation:UTN
Location:-> HERE <-

Re: coding question

Post by Iv121 » Thu Jun 13, 2013 4:13 am

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 ... Image

"I am forbidden tag" -CvN

CommanderKobialka
Lt. Commander
Lt. Commander
Posts:728
Joined:Sun Dec 23, 2012 5:31 pm
Affiliation:White
IGN:Nevank

Re: coding question

Post by CommanderKobialka » Thu Jun 13, 2013 11:52 am

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!

Post Reply