home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / SIMTEL / CPMUG / CPMUG042.ARK / LIFE8.DOC < prev    next >
Text File  |  1984-04-29  |  1KB  |  30 lines

  1. Documentation of various original programs written
  2. by Ward Christensen
  3.  
  4.         ----LIFE8.ASM----
  5. OVERVIEW:
  6.     LIFE program for the VDM.  Makes use of the high
  7. bit rev-video for some function, so not quite as "nice" on
  8. a VTI or other tube.  Stores chars with the hi bit off so
  9. an unmodified VTI would be a real problem.
  10.     Overview: has commands to run; randomly fill the
  11. screen; save/restore screens in memory; clear; input
  12. (using h,j,k,l like wordmaster, but not control keys);
  13. movers (little guys who randomly, "undyingly" bounce about
  14. the screen; 0 to 99 random "mutation" hits per generation
  15. (either "toggle" mutations, or "only on"); variable speed; 
  16. side wrap around or not; a "post" which, in run mode, is an
  17. undying cell which is movable under keyboard control without
  18. stopping running; and exit to CP/M.
  19.  
  20. USAGE:
  21.     Totally documented within itself.  "?" is a help
  22. command which gives a menu of functions, then typing a
  23. function key (such as / to randomly mutate generations)
  24. causes help information on the exact command format.
  25.  
  26. DEPENDENCIES:
  27.     VDM.  Written for CC00H.  .ASM supplied for
  28. others to change.  
  29.  
  30.