[Avida-SVN] r3203 - development/documentation

baerb at myxo.css.msu.edu baerb at myxo.css.msu.edu
Thu Apr 2 08:59:12 PDT 2009


Author: baerb
Date: 2009-04-02 11:59:12 -0400 (Thu, 02 Apr 2009)
New Revision: 3203

Added:
   development/documentation/text_viewer.html
Log:

Added the very beginning of text-viewer documentation.  Mostly want to trigger
an update to test the buildbot system.



Added: development/documentation/text_viewer.html
===================================================================
--- development/documentation/text_viewer.html	                        (rev 0)
+++ development/documentation/text_viewer.html	2009-04-02 15:59:12 UTC (rev 3203)
@@ -0,0 +1,50 @@
+<html>
+<head>
+  <title>Avida : The Text Viewer</title>
+	<link rel="stylesheet" type="text/css" href="main.css" />
+</head>
+<body>
+
+<div class="revision">Written 2009-04-02 BDB</div>
+
+<p><a href="index.html">Return to the Index</a></p>
+<hr />
+
+<div align="center">
+<h1>The Text Viewer</h1>
+</div>
+
+<p>The viewer has a number of one character commands that can be typed while
+the program is running.  Often the most common commands are shown on the screen
+between square brackets (for example <b>[Q]</b>).  A list of the most common 
+commands:</P>
+
+<UL>
+  <LI> <b>Q</b> -- Quit the program
+  <LI> <b>M</b> -- Switch to the map screen which shows a map of the 
+       population's fitness, merit, etc.
+  <LI> <b>S</b> -- Switch to the statistics sreen which shows information about 
+       the population and the dominate organism
+  <LI> <b>A</b> -- Switch to the analyze screen
+  <LI> <b>Z</b> -- Switch to the zoom screen which shows detail about one 
+       organism
+  <LI> <b>H</b> -- Switch to the histogram screen which shows the abundance of
+       genotypes/species in the population
+  <LI> <b>E</b> -- Switch to the envioronment screen which shows the resources
+       and reactions in the world
+  <LI> <b>O</b> -- Switch to the options screen which shows current settings
+  <LI> <b>B</b> -- Blank the screen
+  <LI> <b>CTRL-L</b> -- Redraw the screen
+  <LI> <b>C</b> -- Choose a different CPU to examine in detail
+  <LI> <b>X</b> -- Extract organism and write a file of that organism
+  <LI> <b>P</b> -- Pause/Unpause a run
+  <LI> <b>N</b> -- Step forward one update
+  <LI> <b><</b> and <b>></b> -- Move to a different page in a given screen
+  <LI> arrow keys -- let you move around a map
+</UL>
+
+<hr />
+<p><a href="index.html">Return to the Index</a></p>
+    
+</body>
+</html>




More information about the Avida-cvs mailing list