Mechwarrior Python Game

Reid Nichol rnichol_rrc at yahoo.com
Mon Aug 9 14:00:58 EDT 2004


Jared wrote:
> Has anybody played the Mechwarrior Miniatures game?  I'm trying to
> represent the game in python.  First thing I need to do is make a
> playing field.  Mechs will move on the playing field based on inches
> to scale in any direction.  Any ideas?

You could check out MegaMek (http://sourceforge.net/projects/megamek/) 
for some ideas (it's written in java, but the games are similar enough).

A lot of people use PyGame (http://www.pygame.org/) for games.  So, 
there might be a project already there that souce can help you.  I know 
there is some games that use hex maps on the project page.

Hope that helps.



More information about the Python-list mailing list