home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Games / fun / Life.README < prev    next >
Encoding:
Text File  |  1993-11-02  |  1.3 KB  |  33 lines

  1.  
  2. Life (Version 1.0a)        November 1, 1993
  3.  
  4.     This is my implementation of the Game of Life. There was a NS2.x Life
  5. program (By Peter Oleski, peter_oleski@hh.maus.de) on the archives but it
  6. didn't do all I wanted to do. Everything here is new except for the computation
  7. algorithm. 
  8.     It's MAB and should run on NS3.1 or higher. (Actually, I haven't used, as
  9. far as I remember, any 3.1 stuff sop it should compile on 3.0 as well.) I did
  10. not test it on an intel machine.
  11.     
  12.     The program is free under the FSF lisence terms (Copyright to me).
  13.     
  14.     You should be able to find a binary only distribution: Life.10.MAB.tar.gz 
  15. and a source code distribution: Life.10.src.tar.gz.
  16.     
  17.     I may be reached at gil@atlatnic.mps.ohio-state.edu
  18.     
  19. ------------------------------------------------------------------------------
  20. Installation:
  21.  
  22.     From binary
  23.     -----------
  24.     Simply drag the extracted binary version to ~/Apps or /LocalApps. Logout
  25. and login to let Workspace Manager know about the new file type.
  26.     
  27.     From source
  28.     -----------
  29.     Open the source in Project Builder and change the default 'Install In' 
  30. directory in the Attributes view. (The current default is $(HOME)/Apps).
  31.     In the builder view, use the pop-up menu to choose install, and click
  32. build.
  33. ------------------------------------------------------------------------------