Skip to content
Snippets Groups Projects
Commit 245a24bb authored by Nicklas Persia Tufteland's avatar Nicklas Persia Tufteland
Browse files

Feat: Implement CLI-application. This includes methods for user to read,...

Feat: Implement CLI-application. This includes methods for user to read, write, decide iterations and show canvas.
parent 74de48ec
Branches
No related tags found
3 merge requests!41final delivery,!28MVP,!16Feat: Implement CLI-application. This includes methods for user to read,...
Pipeline #267848 passed
...@@ -113,7 +113,7 @@ public class UI { ...@@ -113,7 +113,7 @@ public class UI {
/** /**
* Reads a description from a file. * Reads a description from a file.
* Asks the user for the path to the file, and reads the description from the file. * Asks the user for the path to the file, and reads the already existing description from the file.
* Sets the description and chaosGame to the new description. * Sets the description and chaosGame to the new description.
* If the file is not found, a message will be shown. * If the file is not found, a message will be shown.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment