printline
header Freeport BBS
name Amusements Menu
printheader
printline
print

option {
   name PPT
   value 1
   comment ?
   run /usr/games/ppt
}

option {
   noprint
   value H1
   run /usr/bin/man ppt
}

option {
   name Primes
   value 2
   comment Print prime numbers from a given number
   run /usr/games/primes
}

option {
   noprint
   value H2
   run /usr/bin/man primes
}

option {
   name Rain
   value 3
   comment Display rain on your screen
   run /usr/games/rain
}

option {
   noprint
   value H3
   run /usr/bin/man rain
}

option {
   name Worms
   value 4
   comment Print worms on your screen
   run /usr/games/worms
}

option {
   noprint
   value H4
   run /usr/bin/man worms
}

print

option {
   noprint
   value Q
   exit
}

option {
   noprint
   value B
   menu /usr/local/xenmenu-0.8a/menus/games_menus/amusements
}

printline
center For Game Instructions, enter Hx where x is the Number of the Game Above
center Enter Q to Quit  -  Enter B to go Back to the Previous Menu
printline
print
print -n Local Time: `date +%I:%M%p`
