home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 18 / amigaformatcd18.iso / -readerstuff- / steve_boxall / hangman / hangman.txt < prev    next >
Text File  |  1997-07-18  |  563b  |  31 lines

  1. This is a very simple game of hangman.
  2.  
  3.  
  4. Requires:
  5.  
  6. OS 3.0+        (only because I compiled it so!!)
  7.  
  8. gadtools.library         ( included in archive )
  9. asl.library
  10. diskfont.library
  11.  
  12. Screenmode of hires or higher.
  13.  
  14.  
  15. I have included the FULL 'C' and gadtoolsbox source.
  16.  
  17. This is my first proper Amiga program.
  18.  
  19. Others have been coded in ANSI 'C' to be cross-compiled on 
  20. MS-DOS PC.
  21.  
  22.  
  23. Main program is Hangman
  24. Data File    is Hangman.dat
  25.  
  26. You can add your own data files to the same directory ONLY as the
  27. main program.
  28.  
  29. Format is ASCII text 1 word per line (MAX 100 words)
  30.  
  31.