You are viewing our Forum Archives. To view or take place in current topics click here.
Where should i start for game development?
Posted:

Where should i start for game development?Posted:

Achieve-Fanboy
  • Challenger
Status: Offline
Joined: Apr 09, 201113Year Member
Posts: 172
Reputation Power: 8
Status: Offline
Joined: Apr 09, 201113Year Member
Posts: 172
Reputation Power: 8
Hey guy's i was wondering where the best place was to learn to code games.
I have basic knowledge of Visual Basic and JavaScript but i want to learn how to code small mini games. Is there any sites out there that would show me?

And i know this is not an overnight thing, i am joining a Game development course next year at University but i want to start right now so i will understand more.

I have used the site codeacademy.com and learned how to use Javascript but i'm looking for sites like this but for Game development. Please post the link if there is any.

Thanks
#2. Posted:
iyop45
  • Prospect
Status: Offline
Joined: Apr 15, 201113Year Member
Posts: 614
Reputation Power: 83
Status: Offline
Joined: Apr 15, 201113Year Member
Posts: 614
Reputation Power: 83
As it is mentioned in numerous topics thenewboston on YouTube is the way to go, or on his site: [ Register or Signin to view external links. ] he has some great tutorials and videos for java, c++ etc..

Though you can always buy a book, I'd say the "for dummies" series are great and are often very thorough. [ Register or Signin to view external links. ]
#3. Posted:
-CJHaCKerZz-
  • Resident Elite
Status: Offline
Joined: Nov 05, 201112Year Member
Posts: 232
Reputation Power: 11
Status: Offline
Joined: Nov 05, 201112Year Member
Posts: 232
Reputation Power: 11
I'd learn Python and then use the Blender 3D engine to develop a game.
#4. Posted:
TTG-Coder
  • TTG Addict
Status: Offline
Joined: Jun 05, 201113Year Member
Posts: 2,609
Reputation Power: 113
Status: Offline
Joined: Jun 05, 201113Year Member
Posts: 2,609
Reputation Power: 113
xna framework is a pretty good starting point for making games designed for windows products e.g. windows, xbox, windows phone
#5. Posted:
Tolerated
  • TTG Addict
Status: Offline
Joined: Oct 10, 201113Year Member
Posts: 2,175
Reputation Power: 94
Status: Offline
Joined: Oct 10, 201113Year Member
Posts: 2,175
Reputation Power: 94
Never get the dummies books they teach you the inefficient way of programming, start with c# make sure you understand what cases and classes are as at the beginning stage you would use them to determine the different states inside a game. Go into Xna,dont go into openGL as this is much more advance and you should get a grasp on 2D gaming first.
#6. Posted:
iyop45
  • Prospect
Status: Offline
Joined: Apr 15, 201113Year Member
Posts: 614
Reputation Power: 83
Status: Offline
Joined: Apr 15, 201113Year Member
Posts: 614
Reputation Power: 83
Tolerated wrote Never get the dummies books they teach you the inefficient way of programming, start with c# make sure you understand what cases and classes are as at the beginning stage you would use them to determine the different states inside a game. Go into Xna,dont go into openGL as this is much more advance and you should get a grasp on 2D gaming first.


If you don't often read then yes reading books to learn is a bad way. However, the dummie books, despite the name, are written by proffesionals with usually 10+ years experience on a language, For example the guy that wrote Perl for dummies has nearly 30 years of experience with the language, and he has had huge success in his programming career. I don't think you're in any position to critisize.

Also they're checked again and again so they don't demonstrate bad practise or techniques so that being said I have to disagree entirely with your statement in that "they teach an innefficient way of programming". You may have a different learning style but, these books are really helpful if you enjoy reading of which I assume you don't.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.