home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 6 / PCFORMAT06.iso / README.TXT < prev    next >
Encoding:
Text File  |  1994-08-15  |  25.5 KB  |  536 lines

  1. ******************************************************************************
  2. **     Welcome to the Complete Chess System II Playable Demo for PC-FORMAT  **
  3. ******************************************************************************
  4.  
  5. You can print this file by typing
  6. copy readme.txt prn
  7. from dos
  8.  
  9. The finished program will be available soon from us at
  10.  
  11. Oxford Softworks
  12. 198 The Hill
  13. Burford
  14. OXON
  15. OX18 4HX
  16. Tel : (0993) 823463
  17. Fax : (0993) 822799
  18.  
  19. ** Introduction **
  20.  
  21.   This is a playable demo of our latest chess program.
  22.  
  23.   The demo is fully featured but will prevent you from playing past move 15
  24. (move 30 if you count white move black move as two moves). It will also prevent
  25. you from setting up a new board position.
  26.  
  27. ** Requirements **
  28.  
  29.   * 80386 or above.
  30.   * 3Mb free extended memory.
  31.   * SVGA - The final product will work under VGA, but at this stage you'll need
  32. a SVGA card that works in 640x480x256 colour resolution, and maybe a VESA
  33. driver. If you have a SVGA card and find the program won't start try running
  34. the (1) univesa program first.
  35.   * Microsoft compatible mouse.
  36.  
  37.   This is a work in progress version of our program.
  38.   ** There are bugs in it **.
  39.   The smiley face will be replaced by proper art!!!.
  40.   Please see the troubleshooting section at the end of this manual if you are
  41. experiencing problems.
  42.  
  43. (1) The univesa program is an excellent (free) program that will make most
  44. SVGA cards VESA compliant. To run it change into the uvesa directory and
  45. type "univesa", the program should then tell you what king of SVGA card you
  46. have. Please read the documentation while you're there, because although this
  47. liitle gem is freeware it does have copyright restrictions.
  48.  
  49. ** Features **
  50.  
  51.   High quality art, selectable 2d and 3d sets, 3d mode is fully scaled to
  52. perspective (so as your pieces move back they grow smaller).
  53.  
  54.   A complete profesional chess database. With this demo you get a small
  55. 1000 game database free, with the release version many thousands of games will
  56. be available. Our program can read chess base format databases - Chess
  57. Base is a chess database program used by Grand Masters.
  58.  
  59.   The engine (the intelligence) is the result of over 11 years work.
  60.   The whole program is a true 32-bit DOS extended application and has been
  61. pentium/486 optimised. For those interested this means we can get at all the
  62. available memory on your pc easily and our code has been superscalar optimised
  63. using "riscification" and instruction scheduling (it goes faster).
  64.  
  65.   The intelligence in the engine itself is now enormous. Most chess programs
  66. use the concept of brute force search. This method simply tries to look at
  67. as many positions as possible in the time available, there is very little
  68. intelligence involved in this and progress with this form of engine is limited
  69. by processor power. Our program is very different, it was written by a chess
  70. player rather than a programmer who plays chess. It thinks slower than its
  71. opponents but far more in the way a human would. You'll see this as soon as we
  72. get you into a corner. We've added something called the "Tal attack function",
  73. Tal was a famous chess player renowned for his daring and romantic play, so
  74. watch your king.
  75.  
  76.   You can grade yourself against a test suite of over 1000 test positions (over
  77. 6000 in the release version). This will give you a rough chess ELO grading and
  78. will also hone your chess.
  79.  
  80.   The program itself has massive functionality. Beyond what you can do from
  81. the menus clicking almost anywhere on the screen will do something.
  82.  
  83.   What the engine is doing and thinking about can be seen either pictorialy
  84. or textually, at all times.
  85.  
  86.   The style of the play the engine adopts can be modified. Network play is
  87. supported. Search restrictions can be made which force the program to only
  88. think about certain moves. Solve for mate in n option. Moves within games can
  89. be annotated, with a full on screen text editor, and the comments saved with
  90. games or the games combined into a database. Variations of play are supported
  91. and recorded. Board doodling - aid your thoughts by being able to scribble
  92. over the board. Full opening book control, plus the ability to construct new
  93. opening books from databases, plus the option of constructing an opening book
  94. of say Kasparov games, so that our openings are those used by Kasparov. Named
  95. lines displayed on screen from Ruy Lopez to the Four Pawns opening. This list
  96. goes on so -
  97.  
  98. ** Credits **
  99.  
  100. 2d art and 3d gothic style set Interplay (who will release this in the states).
  101.  
  102. 3d space set and title animation us.
  103.  
  104. ** Brief manual for CCS II **
  105.  
  106. The Menus ---
  107. The menus are accessed by moving the mouse to the top of the screen.
  108. File menu
  109. About - About box, plus memory button will tell you about memory usage.
  110.  
  111. New Game ALT-N - Starts a new game.
  112.  
  113. Strict Game - This puts you in strict play mode. Times out correctly
  114. unlike normal mode which just ignores failed time controls.
  115.  
  116. Load/Save game - As they say, save game allows you give a file comment which
  117. will be used instead of the file name.
  118.  
  119. Who are you - Sets the names of Black and White. If either is played by computer
  120. or Network the words computer or network will be used instead.
  121.  
  122. Preferences load/save/default - As you'd expect. Most things are prefs saved,
  123. in release these will auto save along with the current position.
  124.  
  125. Export - Export the current game to the printer or a file as ascii.
  126.  
  127. Import - Intelligently import anybody else's export format, or even games typed
  128. in from newspapers, that sort of thing. Imports independently of notation set.
  129.  
  130. quit - the program
  131.  
  132. View menu
  133. Layout - this switches you between the different layout modes, also pressing
  134. space toggles you through these or F-keys. Database mode will show no database
  135. unless one is loaded. Each mode has different windows board sizes and so on
  136. just pick the one you prefer.
  137.  
  138. Pieces - Load a new 2d/3d set.
  139.        - Use mono set, this will replace all 2d pieces with the mono set
  140.  
  141. Backdrops - Turn graphical backdrop off. This speeds the program up.
  142.  
  143. Coordinates - Tick item. Put coordinates (A-H,1-8) around 2d boards.
  144.  
  145. Orientation - Allows you to look at the board from any (90 degree angle).
  146.  
  147. Graphical clock - toggles between graphics clock and text clock. In 3d switches
  148. between mouse cursor being a clock and no clock. In 2d same operaion performed
  149. by clicking on clock.
  150.  
  151. Notation - Set your favorite notation system.
  152.  
  153. Options -
  154.     Offer Draws - Turn off to prevent computer offering draws or attempting to
  155.     resign.
  156.     Slide pieces - Slide those pieces across the board. Doesn't affect db mode
  157.     or click on move highlighting.
  158.     Must move - as the menu item said, you touched it so move it. (ie no pick
  159.     up and put back)
  160.     Sound - This turns our impressive array of sounds (such as Beep and the
  161.     immortal Beeeep) off. (This will all change with the multimedia version)
  162.     Capture animation - Makes pieces do a pixelated explosion when captured
  163.     also when deleted in setup mode.
  164.  
  165. Control menu
  166. Switch sides - Names do not switch just type of player (human/computer/network)
  167. for sides.
  168.  
  169. Black/White players - Set type of player as above for colour. Can only set
  170. network if Network connect done.
  171.  
  172. Communications -
  173.   Modem play will be available in release.
  174.   Connect - connects you to another player, must be done before network play is
  175. started.
  176.   Check connection - checks your opponent is still there.
  177.   Disconnect - finish session.
  178.   Send message - Send a message to your opponent.
  179.  
  180. Move Now - Kills search, makes best move now, if waiting for computer move.
  181.  
  182. The following can be done with the cursor keys and home/end/del but are in the
  183. menu for completeness.
  184.  
  185. Forwards - forward 1 move. (right/left up/down cursors)
  186. Replay - back to start. (home)
  187. Automatic - Slow forward to end of game.
  188. Takeback - back one move. (as for forwards)
  189. Delete - delete this move and all beyond.
  190.  
  191. Learn line - put the current line into an opening book of your choice, user
  192. must set whether he thinks it's good for white, black or both. Line is inserted
  193. inoptimally, so adding hundreds this way will make book a lot bigger than it needs
  194. to be !!!. Line is added to current cursor position inclusive.
  195.  
  196. Thinking - is the computer allowed to think while it's the players turn (most
  197. human chess players do!).
  198.  
  199. Hash Tables - Hash tables are large areas of memory used by computers to
  200. remember things they've already thought about. The bigger the better, the main
  201. hash is more important than the pawn hash. Clear hash is a debug feature (for
  202. us) that makes the engine forget everything it's thought about.
  203.  
  204. Special menu
  205. Hint - gimme one.
  206.  
  207. Test Positions -
  208.   We have over 6000 solved chess positions, there are 1000 with the demo.
  209.   Your Grade - will randomly select 20 of these and get you to try and come
  210. up with the correct move. We then grade you on how many you get right and
  211. how long it takes you.
  212.   My Grade - the computer does the same as above.
  213.   Goto Next - Give up on current test.
  214.   Terminate - Give up on suite.
  215.   Load Position - load position number n. The correct solution will be shown
  216. in the thoughts window.
  217.   Load Suite - Load a new test suite.
  218.  
  219. Set Time -
  220.     Blitz - game must be completed before this time, assumes 32 moves left
  221. the whole time.
  222.     Infinite - think forever, not much use unless you're a super-dimensional
  223. being with a few eternities to waste, or you're testing chess programs.
  224.     Average - Spend an average of this much time thinking, will think longer
  225. if position difficult.
  226.     Matching time - Try to make moves at them same rate the user is.
  227.     Tournament - set the amount of time and number of moves till each of the
  228. time controls, tertiary loops round indefinately.
  229.     Exact time - Make moves in exactly this amount of time.
  230.     Weak - 10 levels (No search, we just grade each of the initial possible
  231. moves), level 1 is totally random moves. Don't use this option unless you
  232. really don't know what you're doing.
  233.  
  234. Style -
  235. Modify -
  236. Allows user to adjust the way the computer thinks. The style dialogue
  237. has three areas you can control, Dynamic adjustements affect how the program
  238. develops it's pieces and tries to take control of the centre and so on. Static
  239. adjustments affect the way the computer scores it's current position and thus
  240. positions it's going to try to head towards in the future. Piece adjustments
  241. adjust the relative values of the pieces. At the top are four effectors,
  242. these affect a number of the fine controls (below) at the same time to make
  243. the program more aggresive more defensive and so on the abbreviations are ...
  244. (Defensive-Aggresive, Positional-Material,Safe play-Wild play and Centre control-
  245. Flank control). If on exit things have been set to silly values, the user is
  246. warned and the option to moderate the silly values is given. If a silly style is
  247. in operation the offer draw option is disabled (not implemented yet) as under
  248. certain circumstances the program will attempt to resign at move 0.
  249. Search extensions -
  250. These are the infamous Tal (or king attack) functions. There are a lot of them
  251. and hopefully their descriptions are fairly self explanatory.
  252.   Save current - saves the current style.
  253.   Load - load a style.
  254.  
  255. Set clocks - This allows you set the time on the clocks, it won't let you do
  256. this until it's out of the search. (You move or it moves)
  257.  
  258. Offer Draw - Allows user to ask for a draw.
  259.  
  260. Set draw - Allows you to set the level at which we consider a draw is ok (ie
  261. at which we'll offer or accept), we never offer before move 40.
  262.  
  263. Pause - pauses the program for a bit.
  264.  
  265. Setup board - puts you in setup mode. Left clicking anywhere that isn't a valid
  266. square or the menus will bring up a popup menu, from which you can select a
  267. piece to put down, set to delete (cursor becomes X), clear the board, reset to
  268. the start position or finish. If you pick up a piece, mouse becomes that piece
  269. you put it down by left clicking on board. Right click while carrying a piece
  270. will drop piece. When cursor is a + you can pick up and move pieces. You can't
  271. setup illegal positions (engine isn't designed to play with 32 pawns and so on).
  272.  
  273. Database menu
  274. See also screen clicking instructions at end.
  275.  
  276. Load Database - Open a new database, if one already open it's replaced with
  277. this one, user is warned if old has been altered. Puts you into database mode
  278. automatically after opening.
  279.  
  280. Close Database - closes the current, asks if changed.
  281.  
  282. Save - Save the database, assumes name. All visible games are saved. Visible
  283. games are those not greyed out. Left clicking on a game will hide/unhide it.
  284.  
  285. Save As - Save the database, asks for a new name.
  286.  
  287. Split Database - split the database into a number of smaller databases.
  288.  
  289. Export/Import - Saves or loads the current database as a text file.
  290.  
  291. Database Info - allows you to edit the database comment and get info on the
  292. database.
  293.  
  294. Verify - this verifies the integrity of the database, bad games are hidden.
  295.  
  296. Show hidden games - When on all games are shown in the list, hidden ones are
  297. shown in grey. When off only visible games are shown.
  298.  
  299. Clear Filter - This makes all games visible.
  300.  
  301. Invert Filter - This hides all visible games and unhides all hidden games.
  302. Useful when you've filtered a database for say Kasparov games and want to save
  303. the Kasparov games to a new database and what's left minus the Kasparov games
  304. to another database.
  305.  
  306. All Games -> Class - Used in conjunction with classification function (see
  307. screen click section at end). This copies all visible games to all classifications
  308. set as destinations.
  309.  
  310. Book menu
  311. Opening Book - The opening book is a big file with lots of known move sequences
  312. from the start position in it. This allows the program to execute the first say
  313. 10 moves without using any clock time up. If the book is set to some randomness
  314. it also means that we'll allways start differently.
  315.  
  316. Book control - This allows you to set up the opening book. The main book is
  317. hard wired to DATAFILE\OPENING.BOK, the second book can be changed by pressing
  318. the set button. Each can be set to on or off, by using the tick box and the
  319. order in which they're tried can be set. Show opening names affects the names
  320. shown in the legal moves list. Choose line brings up a pick list of the
  321. named opening lines we know of, these can be found in the file
  322. OPENING.TXT in DATAFILE if anybody wants to add to them. This dialog also
  323. gives the option of copy the chosen line to the current game. It's copied as
  324. a variation from move 0. If a named opening is selected, the computer will play
  325. down it while the human does. The line is shown with '>' to the left of it in
  326. the legal move list.
  327.  
  328. Optimise Use - Suck it and see.
  329.  
  330. Make new book - This only works if a database is loaded. It makes a new opening
  331. book from the current database (only visible games). It only adds games that
  332. have a known result and don't start from altered start positions. The user is
  333. asked for the maximum number of half moves to add to the book. The book is made
  334. in two stages. The first makes a big file from the database. The second stage
  335. optimises the book down to a far smaller and more optimal file.
  336.  
  337. New Personality - this is a special kind of book, the user is asked for the name
  338. of a player, the database is searched for games by this player and each is
  339. added. The games are added in a way where even lost games are given a positive
  340. weighting, this is because if you want to play Kasparov you want him to play
  341. badly as well as well.
  342.  
  343. Analysis menu
  344. Right Mouse - controls what the right mouse does on the board
  345.      Legal moves - click on a piece with the right mouse and all it's legal
  346. moves are shown.
  347.      Captures - highlights all pieces that can be cpatured by this piece.
  348. On an empty square this will highlight all pieces that can be captured.
  349.      Scribble - Scribble on the chess board with the right mouse. Move a piece
  350. to clear scribble.
  351.  
  352. Warnings - Computer will warn you if you've left pieces hanging (ie unprotected).
  353. Leave this feature off unless you enjoy being annoyed.
  354.  
  355. Solve for mate - Search for all mates from the current position up to n
  356. half moves deep. This is fully Alpha Beta'd (search algorithm) and does about
  357. 1500 nodes/sec on my 486 without affecting the main search. The results
  358. are tabulated into a pick list at the end escape cancels and only gives
  359. results so far looked at.
  360.  
  361. Move Analysis -
  362.   This is for people who like to scrutinise chess positions.
  363.   Analyse mode - this enables/disables analyse mode.
  364.   Hide all moves - Makes all moves (except first) in the legal move list
  365. invisible to the engine.
  366.   Show all moves - opposite of above.
  367.   See legal move list clicking for more details.
  368.  
  369. Screen Click Stuff ---
  370.  
  371. Board - See right mouse menu item for right mouse. Setup for setup mode.
  372. Left mouse on a piece picks it up (if it can be moved), move it to new square
  373. and click again to put it down. If the piece has only one move it automatically
  374. goes there. If you click on an empty square, if there's only one move to it
  375. that move is made automatically else. The highest of the possible start piece
  376. is highlighted, clicking on the square again will make this move else clicking
  377. on an alternative piece to this square will automatically move that piece.
  378.  
  379. Inner Eye window -
  380. Click on title to get a popup of the available graphs.
  381.        Head - The head graphic - mouth shows absolute score, eyebrows show
  382. direction score is going in (ie. Low score getting better = Unhappy mouth,
  383. hopeful eyes).
  384.       Search profile - This shows how many moves have been considered at each
  385. depth. (ie if there are 20 moves at ply 0 and each of these 20 has 20 responses
  386. by the time you've looked only 3 half moves ahead you've looked at 20x20x20 moves
  387. , we of course don't do this, we only look at interesting moves. So the
  388. search should be diamond shaped and not exponential triangle shaped if the
  389. search is healthy.
  390.       Move times - simply the amount of time spent thinking so far by each
  391. player shown as a graph.
  392.       Scatter - This shows how much the engine is thinking about certain
  393. moves. By clicking on this a segment will appear and the mouse will tell
  394. you which move this area of the graph corresponds to. Depth is measured
  395. radially and black dots mean the engine considers the position inactive.
  396.  
  397. The graphs can also be sequenced through by clicking on them except scatter.
  398.  
  399. Captures -
  400.   As above the title bar gives a popup.
  401.   The graphs represent the score from white's perspective of each move as the
  402. game progresses. To expand contract the scale right click on the graph and move
  403. the mouse up and down. Scores as with the rest of the program are expressed in
  404. terms of pawn values. (ie 1.1 means 1.1 times the value of a pawn)
  405.  
  406. Clocks - Click on clocks to toggle between graphical and text clock. In 3d if
  407. graphics clocks is on the mouse is the clock (black for black to move, white for
  408. white to move).
  409.  
  410. Comments - Left click here to edit the comment attached to the current move.
  411. Hitting enter or clicking elsewhere will finish editing.
  412.  
  413. Legal moves - This shows all legal moves from this position with slider bar.
  414. The slider bar can be used to see moves below the bottom of the window.
  415. The move is followed by a score and then any extra information such as whether
  416. the move captures is in the book or is part of a named line such as the Ruy Lopez.
  417. The scores are ply0 scores ie. no search has been done to find them and so are
  418. quite rough. They are sorted into order best first.
  419. Clicking - Left mouse on the move will execute it if it's your turn.
  420.        Right mouse on the move will highlight it on the board.
  421.        Left mouse on the score will give you a breakdown of that score.
  422.        Right mouse on the score will make the move visible/invisible to the
  423. engine (if Analyse Mode is on). It will appear in blue when invisible. This
  424. means you can force the engine to only think about one move or a couple of moves.
  425.  
  426. The move list - you can scroll through this with the cursor keys and Home/End
  427. moves can be deleted with the del key. If you create a variation by making an
  428. alternative move a + appears next to the move if you now left click on this
  429. move it brings up a small popup menu with alternative moves listed in it.
  430. Left clicking on any other move takes you to it, left clicking on the current
  431. move (the last move made in fact) highlights it, right clicking on any move
  432. highlights it. The move list can be quick scrolled by holding down a cursor
  433. key, only the board and move list are changed until a key has been released for
  434. over 1/5th second.
  435.  
  436. Thoughts - small thinking (visible in info mode)
  437. This shows
  438.   the time mode + test position information if one loaded
  439.   searching shows the move currently being considered,
  440.   best shows the current best sequence (or best line) of moves thought of so far,
  441. along with a score. The first move in the list is the move we think is best at
  442. the moment, and all the moves following are what we think will happen if we
  443. play this move. Clicking on a move in the best line will slowly show each of
  444. the moves and then highlight the final move. Thus you can see how we think the
  445. game will continue without having to work it out in your head.
  446. A score of -0.8 means we think we are 0.8 of a pawn behind our opponent.
  447.  
  448.        big thinking - this is the same as above just giving a lot more
  449. information, (visible in techno mode).
  450.   Each column of numbers represent a score breakdown of the move at the
  451. top of the column. Thus if a best line went e2e4 followed by d7d6 followed by
  452. g1f3 the scores below each move would represent what we thought of it.
  453.  
  454. In database mode.
  455.  
  456. The list of games can be scrolled through with the up down cursors, home end and
  457. delete behave as expected. Left right cursors scroll through current game.
  458. Holding key down quick scrolls.
  459.  
  460. The on screen buttons do the following
  461. Goto - enter a game number to go to. Plus a lot takes you to end (also end key).
  462. Filter - this allows you to a wildcard search for games fulfilling specified
  463. criteria. The effects are cumulative. Ie you can do a search for games played
  464. by kasparov or short, then do a second search on the result for games played
  465. between 90 and 93 and so on.
  466. Sort - sort the database into a specified order (uses quick sort so % completetion
  467. bar is totally inaccurate)
  468. Classify - Brings up a pick list of up to 5 categories. Switch to one click in
  469. name (first entry to change it) right click in name to set it as a destination
  470. go to any other classification (includes all games) right click on game to send
  471. it to all classifications set as destinations, or use all -> class to put all
  472. visible games in destination classes. This is used to take a big database then
  473. take all games you're interested in and classify them, classifications are saved.
  474. Get game - this gets the game currently being played and puts it into the current
  475. database.
  476. Edit game - this copies the current game to the main game allowing you to edit
  477. it.
  478. Changed games are shown with '*'s to their left. Games that have been classified
  479. (unless in current classification) have a '>' next to them.
  480. The changed game buffer has room for about 100 games. When full the user is asked
  481. to flush the buffer (save it) before any more games can be added.
  482.  
  483. The program does do more, but I'll add these to this list as I remember them.
  484.  
  485. Troubleshooting
  486. ---------------
  487.  
  488. Graphics -
  489.  
  490.   N.B. These notes do not refer to the title animation, which should work on any
  491. VGA card.
  492.  
  493.   As mentioned above we only work on SVGA cards at the moment. If you
  494. get a message about not being able to work in VGA, try running the univesa
  495. program do this by typing
  496. uvesa\univesa
  497. Then trying again.
  498. If this doesn't work try finding a vesa driver for your SVGA card you should
  499. have received one with the card. Vesa drivers are normally called something
  500. like vesa.com.
  501.  
  502. Some newer VESA compatible cards such as the Hercules Graphite use strange line
  503. widths in SVGA which we don't cope with at the moment. If you find the program
  504. starts but everything seems to bunched near the top of the screen and you can't
  505. read it this may be your problem. Look for a program with your SVGA card
  506. software that emulates older VESA drivers. With the Graphite this is done by
  507. loading a different VESA driver HG_OLD1.CRT.
  508.  
  509. There is sometimes a strange bug during startup, where if you move the mouse
  510. before the pieces have appeared on the board the program may crash. The cause
  511. of this is to do with the complexity of writing bimodal interupt handlers that
  512. work properly, and will be fixed by release. The solution is not to move your
  513. mouse during startup. This happens particularly when using virtual memory
  514. (see below).
  515.  
  516. Memory -
  517.   The graphics start but, the program reports out of memory errors or just
  518. crashes.
  519.   This is a big program so unfortunately it needs a lot of extended memory to
  520. work properly. We recommend at least 3 Mb. It will just about work in 2.1Mb.
  521. It's happy in 4Mb. You can find out how much free expanded memory you have by
  522. typing mem at the dos prompt. You can make more memory by reducing the amount
  523. used by other applications such as disk caches if you have one.
  524.  
  525.   If this fails you can run the program using virtual memory. To do this you
  526. will need at least 4Mb free on your hard disk. If your hard disk is not drive
  527. c:\ or this isn't the drive you wish to use, you will have to edit the file
  528. called nomemory.bat and change c: to your hard drive.
  529.   To run with virtual memory type.
  530. nomemory
  531. at the dos prompt.
  532.   The program will run a lot slower in virtual memory and your hash tables will
  533. automatically be minimalised.
  534.  
  535.   Finally don't run this program in a dos box under windows - it won't like it.
  536.