[pygame] Python pygame in the web

2008-12-01 Thread OsKaR
Is it any way to put python and pygame in a web? I mean to create a game and put it on the web like flash games. Oscar

Re: [pygame] Python pygame in the web

2008-12-01 Thread OsKaR
What about web.py or Django? Make this tools possible to embeed a game in a web? 2008/12/1 Noah Kantrowitz [EMAIL PROTECTED] Short answer: No Long answer: Check the ML archives, this is discussed frequently. --Noah On Dec 1, 2008, at 8:07 AM, OsKaR wrote: Is it any way to put python

Re: [pygame] Float precision

2008-07-03 Thread OsKaR
to fix it up :-) On Thu, Jul 3, 2008 at 11:12 AM, OsKaR [EMAIL PROTECTED] wrote: I've tried both things and it still working bad. I don't know what to do, any more ideas? 2008/7/3 Ian Mallett [EMAIL PROTECTED]: P.S., you may want to convert your angles to radians with math's handy radians

[pygame] Float precision

2008-07-02 Thread OsKaR
Hi all, I've been trying to rotate and move forward a tank in a game I'm developing but something strange happens. When the tank is rotating and moving it tends to move to the up-left corner and I don't know why. Anyone knows what's happen? Thank you all! Here is the code: def

Re: [pygame] pygame documentation license

2008-05-21 Thread OsKaR
I'm not an licesnse expert, like you, but I think (or maybe I read it somewhere) that if you use something with GPL license all the derivated works would be GPL too, however the best idea is to ask a really expert. 2008/5/21 Nathan Whitehead [EMAIL PROTECTED]: I would like to include a quick

[pygame] py2exe

2008-05-12 Thread OsKaR
Hi all! Well I'm some relatively new on python and pygame but I've been working on a simple tanks game, but today I've tried to make an exe file with py2exe and everything seems ok but when I try to execute my .exe file appears a black window and then nothing, It simply closes and that's all.

Re: [pygame] py2exe

2008-05-12 Thread OsKaR
this trick Searching on google I found a lot of people that have this problem, but no solution has gone. Thanks! 2008/5/12 PyMike [EMAIL PROTECTED]: Hi OsKaR First make sure there's no errors in the program. Check to see if there is a file called your_program's_name.exe.txt that has an error log