home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / TOP / USR / SRC / animal.t.Z / animal.t / README < prev    next >
Text File  |  1989-03-24  |  1KB  |  28 lines

  1. This is a C implementation of the ``guess the animal'' game.
  2. It uses curses(3X) for the user interface and standard buffered
  3. I/O routines for the file interface.
  4.  
  5. This version of the program has been ported to a Sun running BSD,
  6. System 5.3 on a VAX, Interactive's 386/ix port of System 5.3 and
  7. VX/VE System 5.2 running on a CDC Cyber.
  8.  
  9. An example file is included with the source and can be used by
  10. the command:
  11.  
  12. $ animal example
  13.  
  14. The program will look the best on System 5.3 Unix, and the
  15. worst on BSD.  I'll fix any bugs people have, I don't
  16. consider the BSD curses library routines to be bugs per se
  17. (so don't complain to me about them).
  18.  
  19. The first time I ever saw this game was on an ancient DECUS
  20. tape, it was a FORTRAN implementation.  Since then I have
  21. written a VAX Pascal version (1983), a C64 Basic version (1982),
  22. and a VMS DCL version (1985) (recently posted to alt.sources).
  23.  
  24. PLEASE: take time to edit the Makefile for your machine.
  25. Before you go rushing off to post on the net complaining
  26. that something doesn't work make some attempt to fix the
  27. problem yourself, it may even be your fault!
  28.