cipher and the player tries to decrypt it by using common letter combinations in English and deduction. The game should have an array with 6 or more different Strings each containing a paragraph of text. Since a whole paragraph can’t normally fit on one line, paragraphs should be split into multiple lines using \n. You can try to place \n in such a way that they help figure out the message. When the game starts it should display a menu with two options: normal mode or test mode. In normal mode one of the quotes should be picked randomly. In test mode the user should be shown one more menu that displays truncated versions of the strings and let the user choose one. Truncated paragraphs should contain the maximum number of words that can fit within a 50-character limit or only the first line of the paragraph, whichever is shorter. This should be accomplished programmatically.
cipher and the player tries to decrypt it by using common letter combinations in English and deduction. The game should have an array with 6 or more different Strings each containing a paragraph of text. Since a whole paragraph can’t normally fit on one line, paragraphs should be split into multiple lines using \n. You can try to place \n in such a way that they help figure out the message. When the game starts it should display a menu with two options: normal mode or test mode. In normal mode one of the quotes should be picked randomly. In test mode the user should be shown one more menu that displays truncated versions of the strings and let the user choose one. Truncated paragraphs should contain the maximum number of words that can fit within a 50-character limit or only the first line of the paragraph, whichever is shorter. This should be accomplished programmatically.
Step by step
Solved in 2 steps with 2 images