17 Commits (61e18b11dbc801140d8470f042f10130c0c62ded)

Author SHA1 Message Date
Nick Stolbov 838b335323 Change stop command to "exit" and added "q" command for going back for better navigation 2 years ago
Nick Stolbov daa43a4856 Added Menu navigation to App class with weak test case (depending on implementation) 2 years ago
Nick Stolbov 71bce709ab Added deactivation for clearConsole() method because it would throw warnings otherwise. 2 years ago
Nick Stolbov 20220af278 Added application main loop for updating, printing the games and quiting at anytime with test for correctly terminating. 2 years ago
Nick Stolbov f41dacc1f1 Added clearConsole() method to Cli class with test(always true because it uses external processes) 2 years ago
Nick Stolbov 046403eb8f Added getScanner() method for Cli class with test for testing stream integration 2 years ago
Nick Stolbov 2ab0579f3c Added Cli class for centralized I/O management and getPrintStream() method with test. 2 years ago
Nick Stolbov 55f173324a Changed select method with test for MenuManager to avoid ArrayIndexOutOfBoundsException 2 years ago
Nick Stolbov 08f8fbc596 Added getSize() method to MenuManager with test 2 years ago
Nick Stolbov 691ca536ea Added getFormattedMenuList method to MenuManager with test for printing to Console 2 years ago
Nick Stolbov e427700f90 Changed Menumanager implementation from using a single rootMenu to using a ArrayList directly for its submenus 2 years ago
Nick Stolbov 87459dab50 Added back function to MenuManager. 2 years ago
Nick Stolbov e1a6d09b6f Added inRootMenu function to MenuManager. 2 years ago
Nick Stolbov 7ca9c1d002 Added MenuManager class with select function with test. 2 years ago
Nick Stolbov 95dc251cd8 Added previousMenu function to Menu and did refactoring 2 years ago
Nick Stolbov 647eb68fef Added subMenu function for class Menu with test 2 years ago
Nick Stolbov 4fbe2b0830 Added Menu with test 2 years ago