So I'm supposed to create a Hangman game using greenfoot. Problem is I don't know how Greenfoot works. Help. So I have the following classes: Player, Word/Text and Gallows. The class Player is supposed to contain the main game logic. Can anyone tell me where best to begin??? I was planning to use an array containing all the words that can be guessed and now I don't know how to "choose" a random word from the list whenever the "new word" button is pressed...
Thanks for any possible help.

