Difference between revisions of "Acme"

From Armagetron
 
m (Removed <code> tags inside <pre>)
Line 8: Line 8:
  
 
<pre>
 
<pre>
<code>
 
 
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/armagetronad login
 
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/armagetronad login
 
+
CVS password: [enter]
 
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/armagetronad co -P acme
 
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/armagetronad co -P acme
</code>
 
 
</pre>
 
</pre>
  

Revision as of 18:31, 23 October 2005

Acme stands for Armagetron Advanced Map Editor. It is a project started by Lucifer for the purpose of developing a widget set that he intends to use elsewhere. So Acme gets irregular attention and can use some help if someone else would like to work on it.

It requires pygame and python and a bit of patience on the part of the end-user.

Downloading Acme

There is currently only one way to get it, and that's to check it out from cvs. If you're using Windows, you're on your own (unless someone edits this page and tells you, hint hint). In Linux, you can do this:

cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/armagetronad login
CVS password: [enter]
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/armagetronad co -P acme

Running Acme

First you need to have a version of Python installed. In all likelihood, Acme requires Python 2.4 or higher but may work with a 2.3 version of Python. Then you need to install Pygame.

Download Python Download Pygame

After you've done this, then you cd into the acme directory and type python acme.

Using Acme

TODO