%( def nameval(name, value, default=0, options=options): s = getattr(options, name) if s == value or (default and not s): s = 'checked ' else: s = '' return s + 'name="%s" value="%s"' % (name, value) )s
%( if running: print ''' ''')s
     
     
     
     
  New Server  
     
     
  Back to the main page  
     
 
Level file
 
 
Levels to play start at level and go on
 
 
Limited lives  no limited lives --- just run for points!
 limit to lives (with an extra life for each points)
 
 
Permanent server  Automatically restart the server after the end is reached, forever
Non-permanent servers time out after 2 hours of inactivity
 
 
Internet game

 register the server on the SourceForge meta-server, allowing it to appear on everybody's Internet Games list

 
     
   
  Note: this will replace the server already running on this machine.