Difference between revisions of "Code hacks"

From Armagetron
m (fixed it more.)
Line 14: Line 14:
 
This is the script that generates mazes.  It requires python and almost certainly requires a Linux installation.  It's never been tested in windows.  It's also available in [http://svn.sourceforge.net/viewvc/armagetronad/private/Lucifer/aamaprotator/scripts/mazer.py?view=markup Lucifer's private area of the SVN repository].  Patches should be made against that and sent to Lucifer.
 
This is the script that generates mazes.  It requires python and almost certainly requires a Linux installation.  It's never been tested in windows.  It's also available in [http://svn.sourceforge.net/viewvc/armagetronad/private/Lucifer/aamaprotator/scripts/mazer.py?view=markup Lucifer's private area of the SVN repository].  Patches should be made against that and sent to Lucifer.
  
[[:Image:mazer.zip]]
+
[[:Image:mazer.zip|Download this script]]

Revision as of 05:11, 27 August 2006

From time to time people do various hacks to the code or write various scripts and programs to support the game. We'll try to collect them here so you can use them too. If you have a hack you'd like to add, just add it here. For it to format correctly, put

<nowiki> 
"<pre> 
Copy paste your script here, in the space inbetween the code and pre commands.

" </nowiki>

Alternatively just copy and paste the script as it is, but add a space in front of every line.

Note: there is no <code> in front of the script.

Labyrinth Script

This is the script that generates mazes. It requires python and almost certainly requires a Linux installation. It's never been tested in windows. It's also available in Lucifer's private area of the SVN repository. Patches should be made against that and sent to Lucifer.

Download this script