.name
BibleScramble
.type
Thinking Game
.short
A scrabble-like word game.
.description
BibleScramble - A scrabble-like word game.  The object is to 
unscramble 7 ltrs per turn to make a word from the Bible.  Unlike
other word games that use random words, ten levels or categories
of difficulty are available.  Play alone, against another human
or against HAL.  This is version 1.0 released as a demo to the
commercial product.  Binary only.
.version
1.0
.author
B.E.E. Ready!
.requirements
OS1.2+
512Kb RAM, 1MB Recommended
.distribution
Commercial Demo
.address
P.O. Box 673
Kiowa, CO 80117
.docs
BibleScrambleDemo.DOC
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
game/think
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice GT "0"
  if $choice EQ "1"
    MetaTool BibleScrambleDemo.DOC TEXT
  else
    if $choice EQ "2"
      BibleScrambleDemo
    endif
  endif
  skip Start BACK
endif
