You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many command line programs will make use of carriage returns to overwrite what is in stdout. This helps clean up the output displayed in the terminal and allows for seemless updates to the game board (timer, points, etc)
The game refreshes its output every second or user input, what ever comes first
The game is always drawn to maximum output (number of visible lines available in current window dimensions. Game will still need space to display so push beyond limit when necessary
The text was updated successfully, but these errors were encountered:
Many command line programs will make use of carriage returns to overwrite what is in stdout. This helps clean up the output displayed in the terminal and allows for seemless updates to the game board (timer, points, etc)
https://stackoverflow.com/questions/15714126/how-to-update-command-line-output
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: