home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / TOP / USR / SRC / yahtzee.t.Z / yahtzee.t / side.h < prev    next >
Text File  |  1988-07-28  |  344b  |  23 lines

  1. #define top 7
  2.  
  3. char side[sidey][sidex] = {
  4.     "  1 one",
  5.     "  2 two",
  6.     "  3 three",
  7.     "  4 four",
  8.     "  5 five",
  9.     "  6 six",
  10.     "  7 3 of a kind",
  11.     "  8 4 of a kind",
  12.     "  9 full house",
  13.     " 10 small straight",
  14.     " 11 large straight",
  15.     " 12 yahtzee",
  16.     " 13 chance",
  17.     "sub-total 1-6",
  18.     "bonus for 63",
  19.     "sub-total 7-13",
  20.     "total"};
  21.  
  22. extern WINDOW *screen;
  23.