Difference between revisions of "Code hacks"

From Armagetron
m (Removed TnA's script because it's not really an armagetronad code hack)
m
Line 6: Line 6:
 
</pre> </code>" </nowiki> </pre>
 
</pre> </code>" </nowiki> </pre>
 
Note: there is no <nowiki><code></nowiki> in front of the script.
 
Note: there is no <nowiki><code></nowiki> 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.
 +
 +
[[Image:mazer.zip]]

Revision as of 05:05, 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>

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.

File:Mazer.zip