home *** CD-ROM | disk | FTP | other *** search
/ PC User 2001 May / PCUser05CD1.iso / online / csolk200.exe / Food.game < prev    next >
Encoding:
INI File  |  2000-06-14  |  882 b   |  41 lines

  1. [General]
  2. ;This is an example file for starting a guessing game using the PlayGame method.
  3. Nouns=common
  4. ;use Common for common nouns; Proper for proper nouns, e.g. names and places
  5. Subject=food
  6. ;insert a word or phrase describing what is being guessed
  7. Pronoun=what
  8. ;insert the appropriate pronoun, e.g. who, what or where
  9.  
  10. [Questions]
  11. Number=11
  12. ;should be 3 for a new file
  13. 1=Is it usually eaten with breakfast??
  14. ;insert the first question above
  15. 2=Is it pancakes?
  16. ;insert the first guess for a yes answer above
  17. 3=Is it spaghetti?
  18. ;insert the first guess for a no answer above
  19. 4=Is it a hamburger?
  20. 5=Is it a type of sandwich?
  21. 6=Is it a grilled cheese sandwich?
  22. 7=Does it have meat in it?
  23. 8=Is it a hot dog?
  24. 9=Is it usually eaten at ball games?
  25. 10=Is it a fish fillets?
  26. 11=Is it Italian?
  27.  
  28. [Yes]
  29. 1=2
  30. 5=7
  31. 7=9
  32. 9=8
  33. 11=3
  34.  
  35. [No]
  36. 1=5
  37. 5=11
  38. 7=6
  39. 9=4
  40. 11=10
  41.