You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
Deposit
  • TTG Senior
Status: Offline
Joined: Feb 26, 201212Year Member
Posts: 1,361
Reputation Power: 66
Status: Offline
Joined: Feb 26, 201212Year Member
Posts: 1,361
Reputation Power: 66
You are headed in the right direction. I hope you accomplish this!
#12. Posted:
RDCA
  • TTG Contender
Status: Offline
Joined: Jul 12, 201014Year Member
Posts: 3,612
Reputation Power: 173
Status: Offline
Joined: Jul 12, 201014Year Member
Posts: 3,612
Reputation Power: 173
Hiimmanly wrote
RDCA wrote
CoNdEmR wrote As I've stated in this section before, in my opinion the best language to learn if you plan on starting a career in software development is Java. You can do almost anything with it.

If your interested in developing games in particular, you must remember games can be written in a variety of languages, Minecraft for instance is made in Java, the Eve online Universe is constructed from Python so i believe, and major platform games like COD or Battlefield are developed in C#, C++.

It's best to learn and deal with one language in particular to become used to it's framework, then move on to other languages.


Generally speaking, you should stay away from Java when working on games. inb4ButMCisMadeinJava.


Why? What's bad about games being programmed in Java?


Mainly these reasons though there are others, for one there is no stack variables (if you don't understand google stack and heap), the garbage collection causes a lot of problems when making big games,
#13. Posted:
Dean
  • V5 Launch
Status: Offline
Joined: Jun 15, 200915Year Member
Posts: 11,403
Reputation Power: 1161
Status: Offline
Joined: Jun 15, 200915Year Member
Posts: 11,403
Reputation Power: 1161
-LyleSpark wrote I would recommend getting higher computing or advanced higher first.


dont be mean lyle ;)

Hes in last year of school as he said, thats not an option, unless he was to do summer school or some type of thing..

College would probs be your best route buddy... then using the HND afterwards to try and get into a games course either at Abertay, or ... as one of my options are: UWS doing computer games technology..

Obviously this depends on what other grades you have this year

Heres some courses at Uni to aim for

Abertay:
[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]

University of the West of Scotland:
[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]

Strathclyde:
[ Register or Signin to view external links. ]
This is not dedicated to computer games, though you have the choice to specialise in Java or whatever in year 2 or 3

Hope I helped a little....

P.S. TELL ME WHO YOU ARE

Dean
#14. Posted:
FMC
  • TTG Destroyer
Status: Offline
Joined: Jul 11, 201113Year Member
Posts: 7,657
Reputation Power: 241
Status: Offline
Joined: Jul 11, 201113Year Member
Posts: 7,657
Reputation Power: 241
Dean wrote
-LyleSpark wrote I would recommend getting higher computing or advanced higher first.


dont be mean lyle ;)

Hes in last year of school as he said, thats not an option, unless he was to do summer school or some type of thing..

College would probs be your best route buddy... then using the HND afterwards to try and get into a games course either at Abertay, or ... as one of my options are: UWS doing computer games technology..

Obviously this depends on what other grades you have this year

Heres some courses at Uni to aim for

Abertay:
[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]

University of the West of Scotland:
[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]

Strathclyde:
[ Register or Signin to view external links. ]
This is not dedicated to computer games, though you have the choice to specialise in Java or whatever in year 2 or 3

Hope I helped a little....

P.S. TELL ME WHO YOU ARE

Dean

That's what I was meaning Dean. I'm sure you can do Higher in college so that's another option.
#15. Posted:
FunnyBread
  • New Member
Status: Offline
Joined: Feb 15, 201212Year Member
Posts: 16
Reputation Power: 0
Status: Offline
Joined: Feb 15, 201212Year Member
Posts: 16
Reputation Power: 0
Hey thanks for the advice everyone P.S Dean it's Hammy
#16. Posted:
Dean
  • V5 Launch
Status: Offline
Joined: Jun 15, 200915Year Member
Posts: 11,403
Reputation Power: 1161
Status: Offline
Joined: Jun 15, 200915Year Member
Posts: 11,403
Reputation Power: 1161
FunnyBread wrote Hey thanks for the advice everyone P.S Dean it's Hammy



HAAAAAMMMYYYYY!!!!!!!!!!!!!!!!!!!!!!!!!!! <3
#17. Posted:
CoNdEmR
  • Shoutbox Hero
Status: Offline
Joined: Apr 29, 200915Year Member
Posts: 4,420
Reputation Power: 1211
Status: Offline
Joined: Apr 29, 200915Year Member
Posts: 4,420
Reputation Power: 1211
RDCA wrote
Hiimmanly wrote
RDCA wrote
CoNdEmR wrote As I've stated in this section before, in my opinion the best language to learn if you plan on starting a career in software development is Java. You can do almost anything with it.

If your interested in developing games in particular, you must remember games can be written in a variety of languages, Minecraft for instance is made in Java, the Eve online Universe is constructed from Python so i believe, and major platform games like COD or Battlefield are developed in C#, C++.

It's best to learn and deal with one language in particular to become used to it's framework, then move on to other languages.


Generally speaking, you should stay away from Java when working on games. inb4ButMCisMadeinJava.


Why? What's bad about games being programmed in Java?


Mainly these reasons though there are others, for one there is no stack variables (if you don't understand google stack and heap), the garbage collection causes a lot of problems when making big games,


[ Register or Signin to view external links. ]
#18. Posted:
RDCA
  • TTG Contender
Status: Offline
Joined: Jul 12, 201014Year Member
Posts: 3,612
Reputation Power: 173
Status: Offline
Joined: Jul 12, 201014Year Member
Posts: 3,612
Reputation Power: 173
CoNdEmR wrote
RDCA wrote
Hiimmanly wrote
RDCA wrote
CoNdEmR wrote As I've stated in this section before, in my opinion the best language to learn if you plan on starting a career in software development is Java. You can do almost anything with it.

If your interested in developing games in particular, you must remember games can be written in a variety of languages, Minecraft for instance is made in Java, the Eve online Universe is constructed from Python so i believe, and major platform games like COD or Battlefield are developed in C#, C++.

It's best to learn and deal with one language in particular to become used to it's framework, then move on to other languages.


Generally speaking, you should stay away from Java when working on games. inb4ButMCisMadeinJava.


Why? What's bad about games being programmed in Java?


Mainly these reasons though there are others, for one there is no stack variables (if you don't understand google stack and heap), the garbage collection causes a lot of problems when making big games,


[ Register or Signin to view external links. ]


looooool Actually though as long as I am not making a game or something that needs careful memory management I generally prefer to use a language that does it for me.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.