home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume13 / x4war / part01 / README < prev    next >
Text File  |  1992-04-10  |  3KB  |  84 lines

  1. x4war - An X11 version of Chinese four-state war game.
  2.  
  3.  
  4. WHAT IS IT?
  5.  
  6. This is a board game which implements the Chinese four-state war game in the
  7. X Window environment. It allows four players to play the game on four displays,
  8. each coordinating a complete army, players at the opposite position of the
  9. playing board are allied. The goal of the game is to capture the COLOURS of
  10. the enemy.
  11.  
  12. I heard it's sort of like the American game 'stratego'.
  13.  
  14.  
  15. COMPILING
  16.  
  17. The program is implemented using Xlib and Xt. It should be compilable in
  18. most of  X11/R4 environment. Presently the program is tested only under
  19. SunOS 4.1.1 and IRIX 4.0.1 System V.
  20.  
  21. A Makefile.simple is supplied. Just following the steps below:
  22.  
  23.     %make -f Makefile.simple bgbitmap
  24.         to get 'bgbitmap' for creating the background of the board.
  25.  
  26.     %bgbitmap
  27.         wait for a second and a background bitmap file called
  28.         'war_background.xbm' will be created in the bitmaps
  29.         subdirectory.
  30.  
  31.     %make -f Makefile.simple
  32.         this will get you the 'x4war' executable.
  33.  
  34.  
  35. An Imakefile is also included. If you use this file, you can type 'xmkmf' to
  36. get a Makefile, then use the above command with '-f Makefile.simple' omitted.
  37.  
  38. The file 'x4war' is enough for the game. Other files can be removed after you
  39. get the 'x4war' file.
  40.  
  41.  
  42. USAGE
  43.  
  44. Type 'x4war -usage' to get command options.
  45.  
  46. For the meaning of the nodes and rules of the game, please consult one who can
  47. read Chinese characters and knows the conventional rules. Also read x4war.man
  48. for detail.
  49.  
  50.  
  51. ACKNOWLEDGEMENTS
  52.  
  53. Special thanks to Zhongmin Guo, Bo Wang, Ju Wu, and Danpo Zhang, who created
  54. most of the bitmaps and had given many valuable suggestions. And many thanks
  55. to my fellow students at School of Computing Science and Engineering Science,
  56. Simon Fraser University, who had helped to test the program and given all
  57. kinds of support.
  58.  
  59.  
  60. COPYRIGHT
  61.  
  62. Copyright 1992 by Xiaobing Chen
  63.  
  64. Permission to use, copy, and distribute for non-commercial purposes,
  65. is hereby granted without fee, providing that the above copyright
  66. notice appear in all copies and that both the copyright notice and this
  67. permission notice appear in supporting documentation. 
  68.  
  69. The software may be modified for your own purposes, but modified versions
  70. may not be distributed without prior consent of the the author.
  71.  
  72. This software is provided "as is" without any expressed or implied warranty.
  73.  
  74. The author may be contacted via:
  75.     Address:   Xiaobing Chen
  76.                School of Computing Science
  77.                Simon Fraser University  
  78.                Burnaby, B.C.,  V5A 1S6
  79.            Canada
  80.  
  81.     EMail:     xiaobing@cs.sfu.ca       
  82.  
  83.  
  84.