Request for tutorials: recursion and game programming

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mia023
    New Member
    • May 2007
    • 89

    Request for tutorials: recursion and game programming

    Hello everyone I need to ask you for a tutorial on Recursion.
    I also want to ask you for a beginner tutorial on game programming
    THANK YOU
    Last edited by BigDaddyLH; Apr 11 '08, 04:58 PM. Reason: original title: Help
  • BigDaddyLH
    Recognized Expert Top Contributor
    • Dec 2007
    • 1216

    #2
    Please remember to provide a meaningful Title for any threads started (see the FAQ entry Use a Good Thread Title).

    This helps to ensure that other members, and also the general public, will have a better chance of finding answers to any similar questions.

    MODERATOR

    Comment

    • BigDaddyLH
      Recognized Expert Top Contributor
      • Dec 2007
      • 1216

      #3
      For recursion, scroll down to part 9:

      Comment

      • mia023
        New Member
        • May 2007
        • 89

        #4
        Originally posted by BigDaddyLH
        For recursion, scroll down to part 9:

        http://chortle.ccsu.edu/CS151/cs151java.html
        I also need a beginner's tutorail on game programming

        Comment

        • JosAH
          Recognized Expert MVP
          • Mar 2007
          • 11453

          #5
          Originally posted by mia023
          I also need a beginner's tutorail on game programming
          What sort of games? Action games? (shoot-them-up) Adventures? (stories)
          Logic two person games? (Chess, TicTacToe) One person games? (puzzles)

          kind regards,

          Jos

          Comment

          • mia023
            New Member
            • May 2007
            • 89

            #6
            Originally posted by JosAH
            What sort of games? Action games? (shoot-them-up) Adventures? (stories)
            Logic two person games? (Chess, TicTacToe) One person games? (puzzles)

            kind regards,

            Jos
            Well I think action and sports games

            Comment

            • Ganon11
              Recognized Expert Specialist
              • Oct 2006
              • 3651

              #7
              Game programming is not really something you can have a tutorial for. It involves so many concepts - including art design, physics, storyline, etc. - which don't have to do with programming, as well as any number of programming concepts. Using my knowledge of programming, I've been able to make simple imitations of popular games (such as Minesweeper, Wheel of Fortune and Chess), and could probably design very small, simple games of my own using text-line input/output. To go any further, though, I would need specialized knowledge like GUI programming, threading, interface, etc. etc.

              A lot of people get into programming because they want to make games, and they expect fast results. I know; that's actually why I got into programming at all. But one must realize that to get enough programming knowledge to make actual games will take a long time. It's not really something that can be a hobby.

              Comment

              • BigDaddyLH
                Recognized Expert Top Contributor
                • Dec 2007
                • 1216

                #8
                Originally posted by Ganon11
                But one must realize that to get enough programming knowledge to make actual games will take a long time. It's not really something that can be a hobby.
                I guess it depends on your definition of hobby. My father-in-law's hobby is growing orchids. Some take 10 years or longer to produce a flower.

                Comment

                • Ganon11
                  Recognized Expert Specialist
                  • Oct 2006
                  • 3651

                  #9
                  True...but usually a hobby is something that's fairly simple to do - a.k.a. doesn't require years of study to begin. But the definition of hobby is fairly subjective, so my statement isn't really correct. Still, what I was trying to stress to the OP was the vast amount of work ahead of him/her if he/she is serious.

                  Comment

                  • BigDaddyLH
                    Recognized Expert Top Contributor
                    • Dec 2007
                    • 1216

                    #10
                    Originally posted by Ganon11
                    True...but usually a hobby is something that's fairly simple to do - a.k.a. doesn't require years of study to begin. But the definition of hobby is fairly subjective, so my statement isn't really correct. Still, what I was trying to stress to the OP was the vast amount of work ahead of him/her if he/she is serious.
                    I hear what you're saying. But I think lots of programmers where drawn to the subject with the idea of writing games.

                    Comment

                    Working...