home *** CD-ROM | disk | FTP | other *** search
/ Dream 57 / Amiga_Dream_57.iso / Amiga / Jeux / Reflexion / Exchess.readme < prev    next >
Text File  |  1998-10-05  |  3KB  |  91 lines

  1. Short:    Experimental Chess
  2. Author:   dch@vlbi.astro.brandeis.edu (Dan Homan)
  3. Uploader: dlorre@caramail.com (Dominique Lorre)
  4. Type:     game/board
  5.  
  6.  
  7.  
  8. EXChess is a recent chess program with some interesting features. It
  9. seems to be a quite good tactician and is interesting because
  10. it has not the same "view" than others strong chess programs which can
  11. make its moves weaker or stronger.
  12.  
  13. For creating the book, you will need a PGN file without errors.
  14.  
  15. This version is compiled for the 68000 and works with AmyBoard.
  16.  
  17. INSTALLATION
  18. First, you must have a minimal Geek Gadgets distribution. If you don't,
  19. please do the following :
  20.  
  21. Makedir <YourPath>/GG
  22. Assign GG: <YourPath>/GG
  23. Assign GNU: GG:
  24. Assign ADE: GG
  25. The two Assigns for ADE and GNU are for ancient names of the ADE distribution.
  26. If you do this you will not have any trouble in the future.
  27. Makedir GG:lib
  28. Makedir GG:bin
  29. Makedir GG:Sys
  30.  
  31. A few words of explanation : The geek gagdets is providing a library named
  32. ixemul.library which is a NetBSD kernel. So it is very Unix-like. I don't want
  33. to go into details but when you want to install a new Geek-Gagdets utility
  34. it will have to be installed here, in the GG: drawer.
  35.  
  36. Now, install the ixemul.library, the name depends on the flavor you choose :
  37.  
  38. Cd GG:
  39. Copy <SrcPath>ixemul-bin.lha ""
  40. Lha x ixemul-bin
  41.  
  42. And ixemul will be extracted to your Sys directory
  43.  
  44. If the archive is in the form tar.gz :
  45.  
  46. Cd G::
  47. copy <SrcPath>ixemul-bin.tar.gz ""
  48. gunzip ixemul-bin.tar.gz
  49. tar xvf ixemul-bin.tar
  50.  
  51. Of course, in this case you will need tar and gzip in your path.
  52.  
  53. If the ixemul is a special flavor you may need to rename it :
  54.  
  55. Cd GG:Sys/Libs
  56. Rename ixemul020.library as ixemul.library
  57. Rename ixnet020.library as ixnetlibrary
  58.  
  59. Now, all you need is to add the following in your user-startup :
  60.  
  61. Assign GG: <YourPath>/GG
  62. Assign GNU: GG
  63. Assign ADE: GG:
  64. Path GG:bin ADD
  65. Assign LIBS: GG:Sys/Libs ADD
  66.  
  67. As I said, this is minimal, you might need other assigns such as info:
  68. for GG:info but this is not needed by EXChess. If your are interested,
  69. you should have look on the Geek gadgets docs on the Aminet in dev/gg or
  70. on the geek Gadgets site at http://www.ninemoons.com.
  71.  
  72. When you have done this, or if you have already a suitable Geek Gadgets
  73. installation, crafty can be installed :
  74.  
  75.  
  76. Cd <EXChess>
  77. Copy <SrcPath>EXChess.lha ""
  78. Lha x EXChess
  79.  
  80. The directory EXChess will be created.
  81.  
  82.  
  83. DEVELOPER INFORMATION
  84. This is the list of modifications I have done for making the Amiga version
  85. of EXChess.
  86.  
  87. I have set UNIX to 1, created a makefile and it compiled without any
  88. problem with g++ !
  89.  
  90. Dominique Lorre (dlorre@craramail.com) 01-Oct-98
  91.