-
-
Save literally1984/107dea984871b94e25f36dc3e514db23 to your computer and use it in GitHub Desktop.
Release notes for Character Cannon 1.2.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added a new integer that keeps count of how many times the characters have been printed. If they have been printed more than 120 times, a | |
new line will be printed and the integer will be reset to 0. | |
This change was implemented because previously, if this program were to be run on the Eclipse IDE and perhaps on other IDEs, and if a | |
character was printed a large amount of times (e.g. 50,000 times), then just a blank line would printed instead of the characters because | |
the maximum amount of characters on a single line in the console would be exceeded. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment