home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume11 / bt / part01 / README < prev   
Text File  |  1990-12-11  |  1KB  |  31 lines

  1. THE BROKEN THRONE
  2.  
  3. By Tom Boutell, 11/20/90. Do whatever you want with it, provided changed
  4. versions are not released without clearing them through me first. I intend
  5. to act as a switchboard for new versions of the game.
  6.  
  7. TO INSTALL THE GAME
  8.  
  9. Type "make btserver" to make the server, then type "make btclient" to make
  10. the client.
  11.  
  12. IF IT WORKS
  13.  
  14. Pat yourself on the back and read "bt.doc" next to learn how to start
  15. up and play the game!
  16.  
  17. IF IT DOESN'T WORK
  18.  
  19. If "make btserver" fails, I will be very, very surprised. Please mail me
  20. the details (boutell@freezer.it.udel.edu).
  21.  
  22. If "make btclient" fails, I won't be so surprised. This is because the game
  23. plays games with stdin to find out if there are characters waiting or not.
  24. This shouldn't vary from one Unix to another but it probably will anyway.
  25. If you can fix it for your machine, great; mail me what you did so I can
  26. create a compile- time option for that machine. One possible replacement
  27. approach for System V folks is to use the nodelay() routine of Curses.
  28. (This routine is missing in SunOS curses. Ahrgh.) Of course, if the code
  29. runs as- is, you're golden!
  30.  
  31.