Getting into programming

Sharky Forums


Results 1 to 7 of 7

Thread: Getting into programming

  1. #1
    Goldfish
    Join Date
    Jan 2001
    Posts
    98

    Post Getting into programming

    How can i learn to write games? I know very very very little about programming, but i can get stuff of the interbet easy (if that makes a difference). Currently running 98se, will do dual boot with linux.

    ------------------
    Speed Doesn't Kill. Stopping Very Fast Kills.
    Speed Doesn't Kill. Stopping Very Fast Kills.

  2. #2
    Mako Shark
    Join Date
    Sep 2000
    Posts
    3,518

    Post

    Well, most important would be to learn a programming language (c/c++ probably) and learn the ins and outs of it. Writing games is not an easy thing to do. There are plenty of sites out there that will help you out. Good Luck


    ------------------
    new sig: when its done
    Icna tpye 300 wrdos per mnieut

  3. #3
    Katana Wielding Moderator Klashe's Avatar
    Join Date
    Sep 2000
    Location
    IL, USA
    Posts
    3,306

    Post

    Originally posted by karate_y2k:
    How can i learn to write games? I know very very very little about programming, but i can get stuff of the interbet easy (if that makes a difference). Currently running 98se, will do dual boot with linux.

    There are many different aspects to programming games (gameplay code, modeling, level design, network programming). First you have to figure out which area you would like to focus on.
    And then learn some programming language (any one, doesn't matter which) to get a feel for it. Then, definetly learn C or C++.

    ------------------
    If I rest, I rust.
    --Indian Proverb

  4. #4
    Hammerhead Shark
    Join Date
    Sep 2000
    Location
    Montgomery, AL
    Posts
    1,879

    Post

    Even though it isn't used very much, outside of the government sector, I think Ada 95 is a very good first language. It is well structured and strongly typed, and helps build good programming habits.

    Java is also probably a good first language. I've never worked with Java very much, but it is very much like C/C++, and will help your migration later on.

    I don't recommend C/C++ as a first language, simply because it is so lax in it's rules and stucture, and very weakly typed. It's one step away from not being typed at all (like Perl and PHP). It's not an environment very conducive to learning the right habits.

    I'm not even going to speak of Perl as a first language, even though it is an excellent language to pick up later (its string manipulation capabilities are top notch).

    ------------------
    Knight of the OC Crusaders

    PIII 733@951
    Alpha PAL6035 & Delta 30CFM w/ Arctic Silver
    ASUS CUSL2
    256MB PC133 RAM
    Elsa Gladiac GeForce 2 GTS 32MB 210/385
    SBLive! X-Gamer
    Insert witty signature here

  5. #5
    Expensive Sushi
    Join Date
    Feb 2001
    Location
    Irvine
    Posts
    5

    Post

    Try http://www.gamedev.net/ , http://www.flipcode.com/ , or http://www.gamasutra.com . All are pretty good sources, and the first two have links to books where you can learn more.

    ------------------
    //TODO: add sig
    //TODO: add sig

  6. #6
    Expensive Sushi
    Join Date
    Feb 2001
    Location
    Philippines
    Posts
    43

    Lightbulb

    Yes, I agree with the using the C/C++ programming language but it is quite difficult. heheheh ( 4 me).
    Goodluck!

    ------------------
    Leslung
    Leslung

  7. #7
    Mako Shark dighn's Avatar
    Join Date
    Nov 2000
    Location
    Vancouver, BC Canada
    Posts
    3,171

    Post

    c++ would be your choice, although concentrate on the language itself first. i've seen too many people trying to do games/windows programming without even fully understanding the language...

    ------------------
    ??..??!12?@#(?{}
    .

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •