I'd Like to start programming

Discussion in 'Unrelated Discussion' started by m1dnightmoose, October 14, 2014.

  1. m1dnightmoose

    m1dnightmoose Active Member

    Messages:
    76
    Likes Received:
    114
    Hi, I love to play games, but every so often like everyone else, I think that the game would be so much better if i could put in this one mechanic or fix an annoying bug. Anyway I'm looking for a place that can teach beginners and also when I reach it, keep it going at advanced level. I'm particularly interested in game dev so if you have suggestions as to any websites that can help it would be much appreciated!

    Thanks <3

    (Ill be out for 2 hours so ill not reply until I'm back <3)
  2. nofear1299

    nofear1299 Active Member

    Messages:
    294
    Likes Received:
    147
    Well you will want to learn general programming first. Such as structure and syntax.

    But for gaming go with Unity for starters. It is free and has tons of tutorials :D
  3. LennardF1989

    LennardF1989 Uber Contractor

    Messages:
    798
    Likes Received:
    323
    I tutor people who would like to learn programming, I use game-mechanics to explain things. I'm also working on a website and a book to learn people programming from scratch. Currently in the process of writing articles.

    Hit me up if interested.
  4. brianpurkiss

    brianpurkiss Post Master General

    Messages:
    7,879
    Likes Received:
    7,438
    Depending on what languages you're planning on learning, https://www.codeschool.com/ has some great courses. Might not be quite what you're looking for since you're more interested in gaming.
  5. stonewood1612

    stonewood1612 Well-Known Member

    Messages:
    726
    Likes Received:
    417
    I started coming close to programming when I was making maps for Starcraft2, it's complex trigger and data system allowed you to transform the game into completely different genres even.

    I quit making maps 3 years ago and started working with Unity couple months ago. I'm learning how to make games, coding in C#. And I'm happy I made maps for Starcraft first, that helped me a lot with how things work and are structured in code.

    I'm still pretty novice at code, but I learn as I go. I don't follow a specific course, I just base myself around what I want to do and look up how other people do similar things. Experimenting, combining and searching for examples is how I learn.:) Watching lots of videos is also my thing, I'm really not good at remembering text (which is pretty ironic considering what code is :p), I'm much better at remembering audio and video.

    But I do not recommend doing it my way. Unless you're someone like me. :D
  6. m1dnightmoose

    m1dnightmoose Active Member

    Messages:
    76
    Likes Received:
    114
    Thanks all, ill try all of these out over the next few weeks. Thanks for the advice!

    <3
  7. arseface

    arseface Post Master General

    Messages:
    1,804
    Likes Received:
    502
    http://www.csharp-station.com/Tutorial/CSharp/Lesson01

    The best beginner code tutorial I've ever seen. It handles a lot of basics that translate to lots of languages really well.

    Comes with source code and explains it line by line. You end up with a solid reference point instead of having to memorize a bunch of crap and hoping it sticks by telling you to type it repeatedly(almost every other online code tutorial I've seen).


    Then again, I still can't wrap my head around game editors. Memory hacking and command line interfaces are more transparent for me than the Unity Dev Kit.
    m1dnightmoose likes this.
  8. m1dnightmoose

    m1dnightmoose Active Member

    Messages:
    76
    Likes Received:
    114
    Read the first page and I have to say, this is what I've been looking for! I can actually follow what they're trying to say. Ill definitely keep with this one.

    Thanks again <3

Share This Page