Game programming in Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Baza

    #1

    Game programming in Python

    I'm looking for any books or on-line resources on game programming using
    Python. Does anyone have any advice?
    --
    Computer says, 'no'


  • Doug Holton

    #2
    Re: Game programming in Python

    Baza wrote:[color=blue]
    > I'm looking for any books or on-line resources on game programming using
    > Python. Does anyone have any advice?[/color]

    See http://pygame.org/
    There is also a book called "Game Programming with Python".

    Comment

    • Terry Reedy

      #3
      Re: Game programming in Python


      "Baza" <baza@themauvez one.fsnet.co.uk > wrote in message
      news:BE09CC52.2 E5B%baza@themau vezone.fsnet.co .uk...[color=blue]
      > I'm looking for any books or on-line resources on game programming using
      > Python. Does anyone have any advice?[/color]

      Google "Python game programming"



      Comment

      • Lucas Raab

        #4
        Re: Game programming in Python

        Baza wrote:[color=blue]
        > I'm looking for any books or on-line resources on game programming using
        > Python. Does anyone have any advice?
        > --
        > Computer says, 'no'
        >
        >[/color]

        www.panda3d.com, www.pygame.org, www.blender3d.com ...

        Comment

        • Mike C. Fletcher

          #5
          Re: Game programming in Python

          Lucas Raab wrote:
          [color=blue]
          > Baza wrote:
          >[color=green]
          >> I'm looking for any books or on-line resources on game programming using
          >> Python. Does anyone have any advice?
          >> -- Computer says, 'no'
          >>
          >>[/color]
          >
          > www.panda3d.com, www.pygame.org, www.blender3d.com ...[/color]



          HTH,
          Mike

          _______________ _______________ _______________ ___
          Mike C. Fletcher
          Designer, VR Plumber, Coder



          Comment

          • Lucas Raab

            #6
            Re: Game programming in Python

            Mike C. Fletcher wrote:[color=blue]
            > Lucas Raab wrote:
            >[color=green]
            >> Baza wrote:
            >>[color=darkred]
            >>> I'm looking for any books or on-line resources on game programming using
            >>> Python. Does anyone have any advice?
            >>> -- Computer says, 'no'
            >>>
            >>>[/color]
            >>
            >> www.panda3d.com, www.pygame.org, www.blender3d.com ...[/color]
            >
            >
            > http://www.vrplumber.com/py3d.py?category=game
            >
            > HTH,
            > Mike
            >
            > _______________ _______________ _______________ ___
            > Mike C. Fletcher
            > Designer, VR Plumber, Coder
            > http://www.vrplumber.com
            > http://blog.vrplumber.com
            >[/color]

            My apologies. :)

            Comment

            • Will

              #7
              Re: Game programming in Python

              Hi Baza,

              On Tue, 11 Jan 2005 18:32:50 +0000, Baza <baza@themauvez one.fsnet.co.uk > wrote:
              [color=blue]
              > I'm looking for any books or on-line resources on game programming using
              > Python. Does anyone have any advice?[/color]

              You're probably beyond this book, however, for other newbies like moi
              checking this thread in future, I started with:

              "Python Programming for the absolute beginner"
              By Michael Dawson
              (Premier Press- www.premierpressbooks.com. ISBN: 1-59200-073-8)

              It's a great read and easy to follow, but more importantly in this
              instance, one learns Python by creating games (and then you can put
              this knowledge to use elsewhere). It comes with a CD that has Python
              2.2.3, Pygame 1.5.6 and Livewires 2.0, the source code for the
              projects in the book, & useful links (as well as The Gimp for Windows
              and a demo version of the Cool Edit Pro multitrack recording studio).
              HTH.

              L8r,

              Will

              # Living & loving in Aotearoa, New Zealand. Kia ora Kiwis!

              Comment

              • Simon Wittber

                #8
                Re: Game programming in Python

                > I'm looking for any books or on-line resources on game programming[color=blue]
                > using Python. Does anyone have any advice?[/color]

                Hi Baza,

                If I you are as I assume, a programmer just starting out with game
                programming, the best suggestion I can give is head over to
                pygame.org, and after downloading and installing the library (also
                install PyOpenGL if you can), go through the tutorials listed at
                http://www.pygame.org/docs/ .

                You will also find the pygame mailing list very helpfu, and, if you
                are so inclined, the IRC #pygame channel on freenode.net

                Sw.

                Comment

                • Neil Benn

                  #9
                  Re: Game programming in Python

                  Baza wrote:
                  [color=blue]
                  >I'm looking for any books or on-line resources on game programming using
                  >Python. Does anyone have any advice?
                  >--
                  >Computer says, 'no'
                  >
                  >
                  >
                  >[/color]
                  Like the end quote :

                  eh, eh, eeehhhhhh!!

                  --

                  Neil Benn
                  Senior Automation Engineer
                  Cenix BioScience
                  BioInnovations Zentrum
                  Tatzberg 47
                  D-01307
                  Dresden
                  Germany

                  Tel : +49 (0)351 4173 154
                  e-mail : benn@cenix-bioscience.com
                  Cenix Website : http://www.cenix-bioscience.com

                  Comment

                  • baza

                    #10
                    Re: Game programming in Python

                    On Wed, 12 Jan 2005 09:49:50 +0800, Simon Wittber wrote:
                    [color=blue][color=green]
                    >> I'm looking for any books or on-line resources on game programming
                    >> using Python. Does anyone have any advice?[/color]
                    >
                    > Hi Baza,
                    >
                    > If I you are as I assume, a programmer just starting out with game
                    > programming, the best suggestion I can give is head over to
                    > pygame.org, and after downloading and installing the library (also
                    > install PyOpenGL if you can), go through the tutorials listed at
                    > http://www.pygame.org/docs/ .
                    >
                    > You will also find the pygame mailing list very helpfu, and, if you
                    > are so inclined, the IRC #pygame channel on freenode.net
                    >
                    > Sw.[/color]

                    Thanks for these. I'm sorted now. pygame looks very interesting.

                    Baz

                    Comment

                    Working...