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 w

[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] Float precision

2008-07-04 Thread OsKaR
ll not perfect but much better than before. > John > > > > > On Thu, 2008-07-03 at 19:36 +0200, OsKaR wrote: > > If you try to move forward and left or right it would made a perfect > > circle isn't? > > Well, if I do this the tank moves like a spring, it doesn&#x

Re: [pygame] Float precision

2008-07-03 Thread OsKaR
gt; see anything wrong with it though. Moved and rotated nice and smoothly. > > > On Thu, Jul 3, 2008 at 11:52 AM, OsKaR <[EMAIL PROTECTED]> wrote: > >> Ok It's upload on mediafire >> Here is the link: http://www.mediafire.com/?222n1oyn1my >> >&g

Re: [pygame] Float precision

2008-07-03 Thread OsKaR
com or > stuffr.net? I can try 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

Re: [pygame] Float precision

2008-07-03 Thread OsKaR
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() function. >

[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 do_actions(

Re: [pygame] pygame documentation license

2008-05-21 Thread OsKaR
Yes, sorry I thought that LGPL was a derivate from GPL 2008/5/22 James Paige <[EMAIL PROTECTED]>: > LGPL is different than GPL. > > On Thu, May 22, 2008 at 01:38:15AM +0200, OsKaR wrote: > >I'm not an licesnse expert, like you, but I think (or maybe I read it >

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

Re: [pygame] py2exe

2008-05-12 Thread OsKaR
I will using 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 fi

[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. What'