home *** CD-ROM | disk | FTP | other *** search
INI File | 2000-06-14 | 882 b | 41 lines |
- [General]
- ;This is an example file for starting a guessing game using the PlayGame method.
- Nouns=common
- ;use Common for common nouns; Proper for proper nouns, e.g. names and places
- Subject=food
- ;insert a word or phrase describing what is being guessed
- Pronoun=what
- ;insert the appropriate pronoun, e.g. who, what or where
-
- [Questions]
- Number=11
- ;should be 3 for a new file
- 1=Is it usually eaten with breakfast??
- ;insert the first question above
- 2=Is it pancakes?
- ;insert the first guess for a yes answer above
- 3=Is it spaghetti?
- ;insert the first guess for a no answer above
- 4=Is it a hamburger?
- 5=Is it a type of sandwich?
- 6=Is it a grilled cheese sandwich?
- 7=Does it have meat in it?
- 8=Is it a hot dog?
- 9=Is it usually eaten at ball games?
- 10=Is it a fish fillets?
- 11=Is it Italian?
-
- [Yes]
- 1=2
- 5=7
- 7=9
- 9=8
- 11=3
-
- [No]
- 1=5
- 5=11
- 7=6
- 9=4
- 11=10
-