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?) Blizzard games written in Python (all
the heavy lifting is done in C via OpenGL anyway), but it's pretty common
for things to be done this way.
-- 
http://mail.python.org/mailman/listinfo/python-list


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 written in sed. If you can do
that, you can write a fighting game in Python!

Chris Angelico
-- 
http://mail.python.org/mailman/listinfo/python-list


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-1550-3173.html

run.py loads the game. I had to copy a font from ./karate/Karate.ttf to 
./lastninja.ttf in order to get past an error.

The game only has basic graphics and sound, like something from an Atari 2600. 
The available moves for the fighter are low, medium, and high kicks, punch, 
block, and jump, plus combos for a roundhouse kick, jump kick, front flip, and 
back flip. 
-- 
http://mail.python.org/mailman/listinfo/python-list


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, but Lua and Angelscript are better suited to
> high-end games where scripting is required because of their smaller
> footprint.

EVE online manages to do it. .

Geremy Condra
-- 
http://mail.python.org/mailman/listinfo/python-list


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 where scripting is required because of their 
smaller footprint.

--
http://mail.python.org/mailman/listinfo/python-list


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...   like, get a sense of...
>
> lighten up... sometimes we're just trying to be funny.
>
> No, I doubt there are any blood and guts action fighting games
> written in Python... but I suppose you could google it, and if
> you find some, I'd like to know too  I won't play them of
> course, ... just would be interesting to know that Python is so
> versatile.

Python would b ea bad choice for most of any fighting game, but
could see use as a configuration or internal scripting engine.

-- 
Neil Cerutti
-- 
http://mail.python.org/mailman/listinfo/python-list


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're just trying to be funny.

No, I doubt there are any blood and guts action fighting games written 
in Python... but I suppose you could google it, and if you find some, 
I'd like to know too  I won't play them of course, ... just would be 
interesting to know that Python is so versatile.


kind regards,
m harris
--
http://mail.python.org/mailman/listinfo/python-list


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, mortal kombat, etc) made in
python?



yep, if somebody moves one more thing. there's going to be a fight...


:)





--

Thanks,
Ty

--
http://mail.python.org/mailman/listinfo/python-list


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