home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / rec / games / chess / 11933 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.8 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!ohstpy!wagner
  2. From: wagner@ohstpy.mps.ohio-state.edu
  3. Newsgroups: rec.games.chess
  4. Subject: Re: ASCII chessboard representation
  5. Message-ID: <15214.2b378299@ohstpy.mps.ohio-state.edu>
  6. Date: 22 Dec 92 21:03:21 EST
  7. References: <Dec.22.11.20.38.1992.6612@genesis.rutgers.edu> <1992Dec22.155829.25164@sei.cmu.edu> <SJE.92Dec22163605@xylos.ma30.bull.com>
  8. Organization: The Ohio State University, Department of Physics
  9. Lines: 42
  10.  
  11. > # In article <Dec.22.11.20.38.1992.6612@genesis.rutgers.edu> miklas@genesis.rutgers.edu (Keith Miklas) writes:
  12. > #> Hello.
  13. > [Expository about ornate ASCII chess board display deleted.]
  14. > #> ____________CUT Below this line_______________________________________
  15. > #> [remainder deleted for sanity's sake]
  16. > #
  17. > # Allow me to summarize:  YUK! X-P
  18. > #
  19. > # I applaud your efforts, but find the board visually difficult to
  20. > # read.  This is like those damn "collector" boards, with wizards,
  21. > # dragons,  cartoon characters, or civil war "heros".  The "noise
  22. > # level" is too high to make any sense.  I'd suggest sticking to
  23. > # something more "tried and true", like the simple display used
  24. > # in the unix "chess" program:
  25. > #
  26. > # 8  R N B Q K B - R
  27. > # 7  P P P P P P P P
  28. > # 6  - * - * - N - *
  29. > # 5  * - * - * - * -
  30. > # 4  - * - p - * - *
  31. > # 3  * - * - * - * -
  32. > # 2  p p p * p p p p
  33. > # 1  r n b q k b n r
  34. > #
  35. > #    a b c d e f g h
  36. > #
  37. > # Here we see the board after 1. e4 Nf6
  38. > #
  39. > # I'm not claiming this is the "bee's knees" of chessboards,
  40. > # just that I find it simple enough to read.
  41. > #
  42. > # Comments welcome.  Flames routed to /dev/null
  43. > #
  44. > # Duffy Patzerfish.
  45.  
  46. I use something like this, except with some neutral letter (like u)
  47. in place of p to avoid the Pp confusion. Works for me.
  48.  
  49.                         -Luke
  50.