home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume7 / hotel / part01 / README < prev   
Text File  |  1989-07-13  |  2KB  |  37 lines

  1.             A Note From the Author
  2.  
  3.     Over the years the games that have wandered across the net
  4. have given me a lot of enjoyment.  Hack, Moria, and all the others.
  5. In part to pay back that debt and to increase the general public
  6. wealth, I've written Hotel.
  7.  
  8.     Hotel is a boardgame of hotel development, played on a 10x10
  9. board.  Players take turns placing tiles on the board and buying stock
  10. in the hotels they create.  As hotels are merged together, the
  11. stockholders receive merger bonuses, and the winner is the player who
  12. accumulates the most money.  Full instructions are available in the
  13. program.
  14.  
  15.     The program itself is written in C and has been compiled on a
  16. Vax 750 running 4.3, on a Sun running whatever it is that Suns run
  17. now-a-days, and on a PC clone using Turbo C 2.0.  There are some
  18. dependencies in the code, primarily to account for minor differences
  19. between the Vax and PC versions of curses.
  20.  
  21.     Hotel also uses Hung Le's "my_wgetstr" function, which adds 
  22. editing capabilities to the curses "wgetstr" function.
  23.  
  24.     For those of you interested in modifying the code, the
  25. computer players' strategy resides primarily in the file "comp.c".
  26. This code is fairly straightforward and commented, so you should have
  27. no problems in tweaking in your latest and greatest strategy ideas.
  28.  
  29.     Hotel in both source code and executable forms is Copyright
  30. 1989 to Scott R. Turner.  However, most non-commercial uses of Hotel
  31. are acceptable.  See the file "Notice" for full details.
  32.  
  33.     Have fun.
  34.  
  35.                         -- Scott R. Turner
  36.                            srt@cs.ucla.edu
  37.