Game Programming for Teens

Discussion in 'The Spam Zone' started by Iskandar, Sep 14, 2011.

  1. Iskandar King of Conquerors

    Joined:
    May 7, 2011
    Gender:
    Male
    Location:
    Texas
    1,090
    so I just remembered that I had two of these books since I got them from my brother. Their visual basic and Game Programming for Teens. (that's seriously just the title of the second one.)
    there's a disk for the Visual Basic, but not for the other one. Anyone know if these are actually worth trying out?

    Also, a little off topic but it does have to do with programming/hacking/ect. What books or things do you guys think I should get to learn how to mod or hack or whatever? Because "better late than never" seriously applies to me.
     
  2. Daydreamer

    Joined:
    Jan 29, 2007
    Gender:
    Male
    Location:
    Los Angeles
    137
    I don't know about or Visual Basic, but programming is definitely worth trying out if you would like to learn the inner-workings of applications and games. Programming at its core, is just a bunch of if questions, and what to do if that question is true, or false. If you're good at logical thinking, applying your ideas into a program will be a snap.
     
  3. Iskandar King of Conquerors

    Joined:
    May 7, 2011
    Gender:
    Male
    Location:
    Texas
    1,090
    well, the second book is going to have to wait till I find the CD for it. I wish I could ask my brother, but I seriously doubt he'll remember anything. And it's hard to talk to someone when they're in the air force
     
  4. ♥♦♣♠Luxord♥♦♣♠ Chaser

    Joined:
    Jan 13, 2009
    1,773
    uhhhh visual basic isn't really used for "game programming". The most common programming language as of now for "games" is probably C# and a little C++ but I doubt you will be able to get that down at least not quickly. Take no offense to that its just C++ is a bitch to learn.

    You have the right goals just not the right methods.
     
  5. Daydreamer

    Joined:
    Jan 29, 2007
    Gender:
    Male
    Location:
    Los Angeles
    137
    You don't have to wait, I think you can download Visual Basic for free.

    Did a quick search and found this: http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-basic-express
     
  6. ♥♦♣♠Luxord♥♦♣♠ Chaser

    Joined:
    Jan 13, 2009
    1,773
  7. Iskandar King of Conquerors

    Joined:
    May 7, 2011
    Gender:
    Male
    Location:
    Texas
    1,090
    I have the CD for visual basic, but not for the other book. And this isn't things like Professional games. This is making games like Space Invasion, Rune Scape graphics, things like that. But I know I have to learn C++, but I don't know where or how. I don't know what books are good to buy or things like that. And I have to learn C++ for what I'm planning anyways, and I knew what I had to do.
     
  8. Daydreamer

    Joined:
    Jan 29, 2007
    Gender:
    Male
    Location:
    Los Angeles
    137
    If that's true I think it would be better to learn programming using a different programming language.

    If you don't need to get straight into a popular programming language, I heard a great place to start leaning is at processing.org, with awesome leaning how-tos.
     
  9. ♥♦♣♠Luxord♥♦♣♠ Chaser

    Joined:
    Jan 13, 2009
    1,773
    Its expensive but worth it (I have it)

    Most people would never use it though.
     
  10. Iskandar King of Conquerors

    Joined:
    May 7, 2011
    Gender:
    Male
    Location:
    Texas
    1,090
    guys? Hello? Anyone know any good C++ stuff for me to get? I've wanted to learn, but I can't since I don't know what to get. And also, would learning the Visual Basics be of any use?
     
  11. ♥♦♣♠Luxord♥♦♣♠ Chaser

    Joined:
    Jan 13, 2009
    1,773
    Programming language and video game design don't always go hand in hand.
     
  12. Iskandar King of Conquerors

    Joined:
    May 7, 2011
    Gender:
    Male
    Location:
    Texas
    1,090
    Maya uses C++, so it does go hand in hand with that. Saying "Dont always" doesn't mean they never go hand in hand. Besides, I need to learn a little C++ for what I want anyways
     
  13. ♥♦♣♠Luxord♥♦♣♠ Chaser

    Joined:
    Jan 13, 2009
    1,773
    Not trying to be harsh but you are talking to one of the most qualified people on here. I was just telling you how things work but if you think otherwise then best of luck to you. Sorry for trying to help.
     
  14. KeybladeSpirit [ENvTuber] [pngTuber]

    Joined:
    Aug 1, 2007
    Gender:
    Girl ️‍⚧️
    Location:
    College
    2,178
    Yeah. Besides, doesn't design have more to do with knowing the limits of the engine and creating an interface and whatnot based on that? I won't know for sure, but that's what I understand from the fact that I was advised to go for an Associate of Arts degree before specifically majoring in Game Design.
     
  15. ♥♦♣♠Luxord♥♦♣♠ Chaser

    Joined:
    Jan 13, 2009
    1,773
    I can't really answer that specifically as it varies...a lot. But pretty much you can't just go at this expecting to do well everything. If you make it to a good company you will be on a team so specializing in something helps. If you go up to a company in an interview and tell them you want to do everything and pretty much run it yourself they will laugh at you.

    My advice is just look around at some stuff and experiment. Its the only thing you can do at this point.
     
  16. Daydreamer

    Joined:
    Jan 29, 2007
    Gender:
    Male
    Location:
    Los Angeles
    137
    Why do you need to learn C++? What is it exactly do you want to do with it?

    If you're a complete beginner to programming, I think it would be better to learn the structure of a program and how it works before learning a specific language.
     
  17. Iskandar King of Conquerors

    Joined:
    May 7, 2011
    Gender:
    Male
    Location:
    Texas
    1,090
    because the autodesk programs that I need to learn how to use use C++ for their programming and other uses. It's basically what they run off, so to speak. And also, some of the prerequisites for some schools needs you to know C++
     
  18. Daydreamer

    Joined:
    Jan 29, 2007
    Gender:
    Male
    Location:
    Los Angeles
    137
    My programming experience is limited to various shell scripting languages and JavaScript and Ruby. I'm currently teaching myself Python, but I do not know C++. Many people would advise others to not dive into C++ as a first language. BASIC is said to be easier, so if I were you I would go with Visual Basic since you already have a book for it, and then go up to C++.