I am trying to create a game that on start up generates random words on the screen. You can then click on the random words and it adds the word to a text box. How would I create the random words and would I use a button or text object to show the words? Also what would I use to store the words in a database (so they can be randomized) an Array, Dictionary, or XML file?
Thank You
InsertCoin25