Re: fighting game made with python

2011-04-07 Thread Dan Stromberg
On Thu, Apr 7, 2011 at 6:51 AM, neil harper wrote: > is there any fighting games(street fighter, mortal kombat, etc) made in > python? I talked to a guy from Blizzard about Python in their games once. He said that not only are most (all?) B

Re: fighting game made with python

2011-04-07 Thread Chris Angelico
On Thu, Apr 7, 2011 at 11:51 PM, neil harper wrote: > is there any fighting games(street fighter, mortal kombat, etc) made in > python? I'd say there are some around. Depends how good you want them, though, because of the performance issues already mentioned. Someone has done, no kidding, Tetris

Re: fighting game made with python

2011-04-07 Thread eryksun ()
On Thursday, April 7, 2011 9:51:05 AM UTC-4, neil harper wrote: > is there any fighting games(street fighter, mortal kombat, etc) made in > python? I found a 2D pygame (SDL) fighter called "fighter framework", which is basically karate sparring. http://www.pygame.org/project-fighter+framework-1

Re: fighting game made with python

2011-04-07 Thread geremy condra
On Thu, Apr 7, 2011 at 10:41 AM, Littlefield, Tyler wrote: >>Python would b ea bad choice for most of any fighting game, but >>could see use as a configuration or internal scripting engine. > Python's objects are rather large, which sort of makes for some slow work. > Maybe a configuration setup,

Re: fighting game made with python

2011-04-07 Thread Littlefield, Tyler
>Python would b ea bad choice for most of any fighting game, but >could see use as a configuration or internal scripting engine. Python's objects are rather large, which sort of makes for some slow work. Maybe a configuration setup, but Lua and Angelscript are better suited to high-end games whe

Re: fighting game made with python

2011-04-07 Thread Neil Cerutti
On 2011-04-07, harrismh777 wrote: > Littlefield, Tyler wrote: >> >yep, if somebody moves one more thing. there's going to >> >be a fight... >> bitch in your own thread, please? We've already heard you >> complain plenty, no need to take it to other threads too. > > uh, that was humor... li

Re: fighting game made with python

2011-04-07 Thread harrismh777
Littlefield, Tyler wrote: >yep, if somebody moves one more thing. there's going to be a fight... bitch in your own thread, please? We've already heard you complain plenty, no need to take it to other threads too. uh, that was humor... like, get a sense of... lighten up... sometimes we'r

Re: fighting game made with python

2011-04-07 Thread Littlefield, Tyler
>yep, if somebody moves one more thing. there's going to be a fight... bitch in your own thread, please? We've already heard you complain plenty, no need to take it to other threads too. On 4/7/2011 9:10 AM, harrismh777 wrote: neil harper wrote: is there any fighting games(street fighter,

Re: fighting game made with python

2011-04-07 Thread harrismh777
neil harper wrote: is there any fighting games(street fighter, mortal kombat, etc) made in python? yep, if somebody moves one more thing. there's going to be a fight... :) -- http://mail.python.org/mailman/listinfo/python-list

fighting game made with python

2011-04-07 Thread neil harper
is there any fighting games(street fighter, mortal kombat, etc) made in python? -- http://mail.python.org/mailman/listinfo/python-list