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
"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
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
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