Want to get into programming, and game developing, \Where do I start?

This topic is locked from further discussion.

Avatar image for spyhomer
spyhomer

102

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#1 spyhomer
Member since 2008 • 102 Posts

I really want to learn how to program programs for the PC but more importantly video games. And i'm not talking about anything complex just maybe like pong, or snake just something to get some programming skills, and then hopefully work my way up from there. The problem is I don't know any languages or anything, what program is the best, what language is the best/easiest to learn, and more noob friendly. Are there any sites with tutorials on this stuff, i really have no idea where to start, Can someone help me??

Avatar image for JigglyWiggly_
JigglyWiggly_

24625

Forum Posts

0

Wiki Points

0

Followers

Reviews: 4

User Lists: 0

#2 JigglyWiggly_
Member since 2009 • 24625 Posts

XNA might be for you which is like C#.

Or like me just take AP Java in HS, wasn't hard, but took some time, unless ofc you finished HS already. Not hard to learn on your own at all.

Just google for tutorials to w/e programming language you want to learn, most will recommend C++, but uh, that will take some time for you to become 1337 at, so you may just want to go to XNA.

Avatar image for kaitanuvax
kaitanuvax

3814

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#3 kaitanuvax
Member since 2007 • 3814 Posts

Taking C++ as a required freshman course in uni and it is a pain in the ass.

Avatar image for trasherhead
trasherhead

3058

Forum Posts

0

Wiki Points

0

Followers

Reviews: 6

User Lists: 0

#4 trasherhead
Member since 2005 • 3058 Posts
Hi, I'm studing Game Design and creation at college atm. So I've got a few tips from our classes. Start out with something easy like Actionscript 3 and Java Script. You can learn then through Adobe flash(Actionscript) and Unity 3D(java script). Then get into Java and C++. That is if you want to go the programming way. Actionscript and Java Script are relative easy to get into. These are the starter languages we started with at college. Also, if you are trying to get into this as a job you might want to learn to do 3D modelling and texturing. The important thing is to get good at several areas so that you are useful throughout the process. So having programming skills, 3D modelling skills and texturing skills makes you very useful. So my tip would be to get Autodesk Maya or blender, Unity 3D and photoshop. These are the tools you need to start programming, modelling, texturing and placing them in a 3D world. If you are going the casual way, then get a hold of Adobe Flash Pro. This will get you programming and doing 2D. This is just a few tips, hope it helps :)
Avatar image for spyhomer
spyhomer

102

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#5 spyhomer
Member since 2008 • 102 Posts

Yes I'm in grade 9 going into grade 10 next year and for my grade 10 year ill be taking a computer studies course that teaches us to programm (not sure which language) but im just wondering if i'm to make a snake game which program will be the easiest to do this with, which language is best for this type of game, while keeping in mind i'm doing this in free time which I don't have too much of as of now

Avatar image for GummiRaccoon
GummiRaccoon

13799

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#6 GummiRaccoon
Member since 2003 • 13799 Posts

Pick any object oriented language and go with it until you are a pro at it. Myself, I program in java. The problem with C++ is it is usually ugly, mostly because it is the most common and every programmer doesn't adhere to best practices.

Once you know one object oriented language, you can easily go to another. At first you'll think syntax is hard, but after you get that down you'll learn that the actual logic of it is more difficult. So once you understand the concepts of programming properly, you can change languages as you like as the syntax only takes a week or so for any high level programmer to learn.

Avatar image for wis3boi
wis3boi

32507

Forum Posts

0

Wiki Points

0

Followers

Reviews: 2

User Lists: 0

#7 wis3boi
Member since 2005 • 32507 Posts

Game dev colleges are not recommended, try 4 years of computer science

Avatar image for kraken2109
kraken2109

13271

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#8 kraken2109
Member since 2009 • 13271 Posts

I make games in freebasic lol.

Pretty easy.

Avatar image for JigglyWiggly_
JigglyWiggly_

24625

Forum Posts

0

Wiki Points

0

Followers

Reviews: 4

User Lists: 0

#9 JigglyWiggly_
Member since 2009 • 24625 Posts

Yes I'm in grade 9 going into grade 10 next year and for my grade 10 year ill be taking a computer studies course that teaches us to programm (not sure which language) but im just wondering if i'm to make a snake game which program will be the easiest to do this with, which language is best for this type of game, while keeping in mind i'm doing this in free time which I don't have too much of as of now

spyhomer

I made snake in Java, it's actually a bit harder than it sounds, but ofc doable without too much exp. Doesn't your school offer AP comp sci? I highly recommend it is because I think I was in a non ap one for a bit and it's like for total dumbos lol

Avatar image for kraken2109
kraken2109

13271

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#10 kraken2109
Member since 2009 • 13271 Posts

[QUOTE="spyhomer"]

Yes I'm in grade 9 going into grade 10 next year and for my grade 10 year ill be taking a computer studies course that teaches us to programm (not sure which language) but im just wondering if i'm to make a snake game which program will be the easiest to do this with, which language is best for this type of game, while keeping in mind i'm doing this in free time which I don't have too much of as of now

JigglyWiggly_

I made snake in Java, it's actually a bit harder than it sounds, but ofc doable without too much exp. Doesn't your school offer AP comp sci? I highly recommend it is because I think I was in a non ap one for a bit and it's like for total dumbos lol

I made space invaders with free basic.
Avatar image for spyhomer
spyhomer

102

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#11 spyhomer
Member since 2008 • 102 Posts

[QUOTE="spyhomer"]

Yes I'm in grade 9 going into grade 10 next year and for my grade 10 year ill be taking a computer studies course that teaches us to programm (not sure which language) but im just wondering if i'm to make a snake game which program will be the easiest to do this with, which language is best for this type of game, while keeping in mind i'm doing this in free time which I don't have too much of as of now

JigglyWiggly_

I made snake in Java, it's actually a bit harder than it sounds, but ofc doable without too much exp. Doesn't your school offer AP comp sci? I highly recommend it is because I think I was in a non ap one for a bit and it's like for total dumbos lol

Im in Canada and the only options we had were computers and technology, which was like a hands on course building robots, working with circut boards, soldering irons all that fun stuff

And the the second option was intro to computer studies which was programming. Hopefully i made the right choice with this but i'm loking forward to get into this stuff once exams are done cause for now its study study study :/