W.W.Y.T.?
What Were You Thinking?
Original Game by Wizards of the Coast
Electronic Version 1.0 by Joe Baughman
written in NSBasic 5/15/2002
----------------------------------------
Installation:
Just sync the three files to your Palm device.
WWYT.PRC  [Program file]
WWYTquestions.PDB  [Question Database]
NSBRuntime.PRC  [NS Basic Runtime file]
----------------------------------------
WWYT is a simple party game.  You pass the Palm around and ask the Next Question.
You have about 1-2 minutes to write down your answer(s) and then you compare your
answers to everyone elses.  You get a point for every matching answer including
your own.  Whoever has the lowest points gets a token.  When someone gets eight
tokens that person loses the game and everyone else wins.  Point totals are not
kept from question to question.
----------------------------------------
Main screen:  (Pretty simple really)
Next Question - Show the next question
Rules - Show information about the rules of the game
Options - Allow you to edit or add to the question database
---------
Manage Database screen:
Update - Write the current screen back to the database
Previous - Read the Previous Record in the database
Next - Read the Next Record in the database
Delete - Delete the current Record from the database
Add New - Write out the current screen as a newly added record
Done - Restart the game
Go - Go to whatever Key is in the Key field
Reset Used - Mark all records as un-used

Key:  Shows the key id of the current record, this must be unique.

Important:  If you make changes, be sure to use the "Update" button or your
changes will be lost.  Questions are marked as they are viewed so that they
are not used over again until the end of the database is reached.
----------------------------------------
Enjoy the program!
As usual, use at your own risk.  I have been using it and have not had any
problems with it but you are on your own because it's free, in other words
there is no warranty of any kind.  If you would like the source code just
email me.  Tech Support will be minimal due to lack of free time!

I am not affiliated with Wizards of the Coast in any way.

If you have any suggestions feel free to email me at
ebonair@yahoo.com
----------------------------------------
Version History:

Version 1.0 - First stable version with all features working

Version 0.1 - 0.9  Beta tests, rudementary features implemented

To Do as of Version 1.0:
  Add some more error checking for the database manipulations
  Add a find option to the Database Manager (low on the list)