"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]
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]
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]
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]
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!
> 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
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
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.
Comment