home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / SIMTEL / CPMUG / CPMUG048.ARK / VOLUME48.DOC < prev   
Text File  |  1984-04-29  |  2KB  |  51 lines

  1.  
  2.     The BDS C Sampler Disk        For the CPMUG       November 29, 1980
  3.     ----------------------        ------------------------------------
  4.                     Compiled by Leor Zolman, BD Software
  5.  
  6.  
  7. This disk contains a collection of programs written in BDS C, both in source
  8. and compiled forms, along with a short document describing the BDS C package
  9. for those who've never seen it. Some of the programs have been distributed
  10. with the BDS C package in the past, but currently there are so many assembler
  11. sources provided with the package that there isn't much room for games; thus,
  12. if you have purchased v1.4 or a later version of the compiler, many of these
  13. programs will be new to you. 
  14.  
  15. Since H19 terminals and H89 computers are pretty popular among the company I
  16. keep, there are a lot of game programs here that require the H19 hardware. If
  17. you don't have either an H19 or access to one, non-H19 versions of some of
  18. the games are also provided for use on any kind of terminal.
  19.  
  20. -------------------------------------------------------------------------------
  21. Here are descriptions of the programs on this disk:
  22.  
  23. TABIFY.C:    utility to turn sequences of spaces into tabs where possible
  24.  
  25. PRESSUP.C:    "Pressups" board game, uses alpha-beta searching
  26.  
  27. STONE.C:    "Awari" board game (pits and stones); [HSTONE.C for H19/H89]
  28.  
  29. LIFE.C:        What can one say about this? [HLIFE.C for H19/H89]
  30.  
  31. MM.C:        Single-player mastermind, you guess and computer kibitzes.
  32.  
  33. TTT.C:        Invincible tic-tac-toe game.
  34.  
  35. OTHELLO.C:    The game of dramatic reversals.
  36.  
  37. RALLY.C:    Arcade game, for H19/H89 only. NOTE: this program uses the
  38.         console serial port parameters defined in BDSCIO.H, and so
  39.         will probably NOT run on your system until those parameters
  40.         are customized and the program recompiled (this is necessary
  41.         because the program must be able to poll the console OUTPUT,
  42.         to see if it is ready to send, and there is no way to do this
  43.         using CP/M bdos or bios calls...thus the bit numbers must be
  44.         built right into the program...)
  45.  
  46. BUGS.C:        Make bizzare thingies crawl around on your H19/H89 screen.
  47.  
  48. PPONG.C:    Polish Pong for H19/H89 only.
  49.  
  50. -------------------------------------------------------------------------------
  51.