home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume13 / ishido / part01 / README < prev   
Text File  |  1992-04-10  |  2KB  |  42 lines

  1. Ishido is a (questionably) ancient solitare game of matching stone tiles. 
  2. There is a on-line rule screen in the game.  It is known to compile and
  3. work on Suns running SunOS 4.1 and 386/486 systems running ISC SysV.
  4.  
  5. This archive contains the following files:
  6.     bitmaps  - directory of X11 bitmaps used for the tiles.
  7.     gl.c     - An X11-based graphics library for an extra level of 
  8.                simplicity/portability/flexibility.  Not comprehensive.
  9.     gl.h     - Include file for gl.c.
  10.     ishido.c - The actual source code of the game.
  11.  
  12. To install ishido:
  13.     1. Edit the Makefile.  Set LIBS for the system you are on, and
  14.        set the high score file and game directory at the top of
  15.        the file.
  16.     2. Type "make install".
  17.  
  18. To run ishido:
  19.     Type 'ishido -h' for a list of options.
  20.  
  21. I wrote this game because it's fairly simple and interesting.  It also
  22. gave me an opportunity to do some hacking around with X11 while avoiding
  23. the time-consuming trap of dealing with Xt.  Implementation took most of
  24. a weekend, so there is no great depth to the code.  However, everything
  25. seems to work well and correctly, so I am not inclined to do much more
  26. work on it. Finally, it is always great fun to unlease a new game upon one's 
  27. co-workers just to bring productivity to a crashing halt.
  28.  
  29. A note on strategy: The best way to get high scores is to work on setting up
  30. four-way matches and ignore all else.  The first two to concentrate on are
  31. the ones you can build around the middle pieces.  Use the corner pieces
  32. for the next four four-way matches.  My office mate can regularly get 4-6
  33. four-way matches, and has gotten as many as eight.
  34.  
  35. Finally, a disclaimer: This code was developed entirely on my system at
  36. home, and I didn't even think about working this program while at work.
  37. Amdahl has no responsibility for the existence of this program and 
  38. shares none of my political views.
  39.  
  40. - John Sullivan, Amdahl Corporation
  41.      jjs40@cd.amdahl.com
  42.