Download Tiled Map Editor for editing TMX-Files
http://www.mapeditor.org/

###########################################################################
IF YOU HAVE MADE MAPS/A MAPPACKAGE, YOU CAN MAIL ME THE TMX/LEV as ZIP's.
IF THEY ARE GOOD, I'LL INCLUDE THEM IN THE NEXT RELEASE!
###########################################################################

I've written a Mapconverter/Generator TMX<->LEV in Python.
So at the moment you've to download and install Python 2.7x from www.python.org

With that mapconverter you can also generate automatically a map with <WIDTH>x<HEIGHT> and random DIAMONDS!

The map must have at least:

- ONE EXIT (more are possible!)
- ONE DIAMOND (to finish the level)
- AT LEAST FOUR ENTRYS (to be able to play with 4 players)
  more than 4 are possible and better for randomizing
  NOTE: in GAMEMODE RACE only the first ENTRY will be used, others will be blanked,
        as the map will be cloned 4 times for 4 players

Usage:
python ddashconvert.py tmx2lev
copy that random mappack-123456789.0 to doubledash\data\levels and rename that mappack to your preferred name
I know of py2exe, but i don't tested it. Maybe i'll include an exe in the next release
