Main Section 2018

From TRCCompSci - AQA Computer Science
Revision as of 12:53, 21 September 2017 by M0hk4l3 (talk | contribs) (Created page with "The main method initialises any default values, loads the allowed-words from a local static method (GetAllowedWords) & creates the tile directory. Then it starts a continual l...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The main method initialises any default values, loads the allowed-words from a local static method (GetAllowedWords) & creates the tile directory. Then it starts a continual loop until the players enters the option '9' on the home-screen. Here an if/else statement seperates two function calls to the same method with the only different parameters being a boolean (randomstart) and the size of the StartHand.