learning game development

Started by
23 comments, last by Kiel368 11 years, 9 months ago

[quote name='elobire' timestamp='1341824599' post='4957197']
Thanks Pash, those links are really helpfull.


No problems, you're welcome. Good luck and post back with updates.
[/quote]

Will do :) Guess its going to be a while though.
Advertisement

[quote name='Fredericvo' timestamp='1341797300' post='4957101']
[quote name='Narf the Mouse' timestamp='1341796900' post='4957099']
[quote name='Fredericvo' timestamp='1341791205' post='4957077']
I recommend C++ but I'm biased. Have only recently started to appreciate the beauty of it. I don't know Java but I have a feeling it's bloatware and slow just from hearsay so I really don't know if I'm wrong about it.

Hearsay is a bad way to form an opinion on a language. And no programming language I've ever heard of tries to be deliberately slow.
[/quote]I don't think I said it was deliberate.
[/quote]
Not what I meant. :) Just saying people who make programming languages/compilers/etc. tend to make them fast and efficient.
[/quote]
They certainly do. But I suppose that since Java compiles to a machine-independent bytecode that requires a run-time sitting in-between it's probably not going to be as fast as C++ but anyway it wasn't my intention to start a language war either.

[quote name='Narf the Mouse' timestamp='1341881222' post='4957465']
[quote name='Fredericvo' timestamp='1341797300' post='4957101']
[quote name='Narf the Mouse' timestamp='1341796900' post='4957099']
[quote name='Fredericvo' timestamp='1341791205' post='4957077']
I recommend C++ but I'm biased. Have only recently started to appreciate the beauty of it. I don't know Java but I have a feeling it's bloatware and slow just from hearsay so I really don't know if I'm wrong about it.

Hearsay is a bad way to form an opinion on a language. And no programming language I've ever heard of tries to be deliberately slow.
[/quote]I don't think I said it was deliberate.
[/quote]
Not what I meant. smile.png Just saying people who make programming languages/compilers/etc. tend to make them fast and efficient.
[/quote]
They certainly do. But I suppose that since Java compiles to a machine-independent bytecode that requires a run-time sitting in-between it's probably not going to be as fast as C++ but anyway it wasn't my intention to start a language war either.
[/quote]
Fair enough. Wasn't trying to, myself; just trying to correct misperceptions.

I've been told I can be overly blunt; sorry.

[quote name='Servant of the Lord' timestamp='1341789935' post='4957071']
Python is good, but if you already started with Java, I'd suggest sticking with it - it's an equally good choice. You should stick with Java for a few years. Learning any language deeply is more important than learning "the right language". Eventually, you'll want to learn multiple languages, using the right language for the right job - but when starting out, any language that you are capable of understanding is the best language for any job you are capable of undertaking.

Go deep in Java before branching out to other languages. When you do branch out, because of your deepness in Java, you'll find other languages much easier to understand.


I did try python a while back, but for some reason i just couldnt get into it and enjoy it like i do with Java.
Does anyone know any good books to learn java from?
Thanks for the help smile.png
[/quote]I was going to recommend you Python as its such an easy language, but then again Java is only a tab harder in my opinion.

I don't know your prefered method of learning, but I learned Java mostly through video tutorials, and I'd recommend it.

Easiest way to make games, I love LÖVE && My dev blog/project

*Too lazy to renew domain, ignore above links

At first, I'd recommend you to learn c# basics and try out XNA or Unity3D

This topic is closed to new replies.

Advertisement