[Tutor] Games from Mark Dawson#'s book

2013-05-07 Thread Stafford Baines
I recently wrote to this forum about the games downloaded from Mark Dawson's book Python Programming 3rd Edition and couldn't get the graphics games (chapters 11 and 12 of the book) to work. I had helpful and friendly advice from boB and Dave. The book has been written around python 3.1 and I

Re: [Tutor] Games

2008-02-06 Thread Alan Gauld
"Seon Kang" <[EMAIL PROTECTED]> wrote > When I run some of my games on python, I notice they seem to lag > and take > up a large portion of my CPU when the game itself is actually pretty > simple. > why does this happen? I run a window XP and my computer should have > no > problems with this

[Tutor] Games

2008-02-06 Thread Seon Kang
When I run some of my games on python, I notice they seem to lag and take up a large portion of my CPU when the game itself is actually pretty simple. why does this happen? I run a window XP and my computer should have no problems with this simple of a game. Is the problem in my programming? Are t

[Tutor] games written in jython for a web page

2005-01-05 Thread David Holland
Does anyone know about tutorials (or open source projects) about writing in games in pure python (ie without using pygame). The reason is because I wrote a game using pygame but I would like to convert it to a game that can be played in a webpage as a Jython, (like a Java game) of course this is ha