Friederike von Gruben
|
bf45a59405
|
Created BlackJackCommand and added to the CommandListener
|
2 years ago |
Friederike von Gruben
|
46422e4d5c
|
unittest: Edited test for QuizCommand
This test tests the print function
|
2 years ago |
Friederike von Gruben
|
3641292f5e
|
refactoring: Deleted unused imports
|
2 years ago |
Friederike von Gruben
|
56794efd3b
|
unittest: Edited test for QuizCommand
This test tests the random function which gives a random number between 0 and a length back
|
2 years ago |
Friederike von Gruben
|
e6b712ca09
|
unittest: Edited test for QuizCommand
This test tests whether the canPlayAgain function works or not
|
2 years ago |
Friederike von Gruben
|
c8c68946b0
|
unittest: Edited test for QuizCommand
This test tests the ending message for the quiz
|
2 years ago |
Friederike von Gruben
|
ada95c7e03
|
unittest: Created test for QuizCommand
This test tests the start/welcome message to the quiz
|
2 years ago |
Friederike von Gruben
|
915d3829dc
|
refactoring: Edited method name in QuizCommand
endmessage -> endMessage
*Camel Case Convention
|
2 years ago |
Friederike von Gruben
|
05693206bd
|
refactoring: Edited method name in QuizCommand
anfangsnachricht -> starterMessage
|
2 years ago |
Friederike von Gruben
|
f92d8f5847
|
Updated quiz message
How long user has to wait to play toward
|
2 years ago |
Friederike von Gruben
|
7ccb7ee304
|
refactoring: Outsourced code
Outsourced ending quiz message
|
2 years ago |
Friederike von Gruben
|
b4ff7a5d2a
|
refactoring: Outsourced code
Outsourced starter quiz message
|
2 years ago |
David Hermann
|
7ec0382539
|
unittest: Created test for cyan code
|
2 years ago |
David Hermann
|
76aeb8fc0f
|
unittest: Created test for blue color
|
2 years ago |
David Hermann
|
23c162d524
|
unittest: Created test for important color codes
|
2 years ago |
David Hermann
|
3e4259170c
|
refactoring: Added comments to QuitCommand
|
2 years ago |
David Hermann
|
b26a43dfcb
|
refactoring: Added comments to CommandListener
|
2 years ago |
David Hermann
|
ad5f87a4b0
|
refactoring: Added comments to CommandInterface
|
2 years ago |
David Hermann
|
460fc71570
|
refactoring: Added comment to Color
|
2 years ago |
David Hermann
|
9ebe7ea258
|
refactoring: Outsourced System.out.println
|
2 years ago |
David Hermann
|
fda96a5acb
|
refactoring: Deleted CreateLocations
|
2 years ago |
David Hermann
|
d6ece832e7
|
refactoring: Outsourced code
When the player is new a outsourced method is called
|
2 years ago |
David Hermann
|
4e990e2d04
|
refactoring: Outsourced code in InteractionLoop
Whether the player is new or not will be checked in new outsourced function
|
2 years ago |
Juliakn66
|
58412a04d6
|
refactoring: added colors
|
2 years ago |
David Hermann
|
1749b5f663
|
refactoring: Outsourced System.out.println
|
2 years ago |
Juliakn66
|
e05936efce
|
unittest: testUnknownLocationDescription()
|
2 years ago |
Juliakn66
|
ac71a968c3
|
unittest: testStrandDescription
|
2 years ago |
Juliakn66
|
b2145ad89a
|
unittest: added testWaldDescription()
|
2 years ago |
Juliakn66
|
d61a00001d
|
refactoring: add method getLocationDescription
|
2 years ago |
Juliakn66
|
366fa9752b
|
unittest: testGetRandomItem()
|
2 years ago |
Juliakn66
|
1cdca21f4f
|
unittest: added testGetMobsOutputWithoutMobsAndItems()
|
2 years ago |
Juliakn66
|
d704d962a8
|
unittest: added testGetMobsOutputWithMobs()
|
2 years ago |
Juliakn66
|
fbae51a716
|
unittest: added testGetItemsOutputWithoutItems()
|
2 years ago |
Juliakn66
|
340fb80cc6
|
unittest: added testGetItemsOutputWithItems()
|
2 years ago |
Juliakn66
|
42e710c76d
|
unittest: added testGetRandomMob()
|
2 years ago |
Juliakn66
|
e8842e54cd
|
unittest: added testGetLocationObject ro LookaroundCommandTest
|
2 years ago |
Juliakn66
|
363112a364
|
unittest: test for collect Command
testIncreaseAmountOfPlayerConfig()
|
2 years ago |
Juliakn66
|
4322292198
|
added collectCommand to HelpCommand and HelpCommandTest
|
2 years ago |
Juliakn66
|
346155ab00
|
refactoring: added new method writeNewItem() to collectCommand.java
|
2 years ago |
Juliakn66
|
8fe445b5f8
|
refactoring: created method increaseAmountInPlayerConfig() in CollectCommand.java
|
2 years ago |
Juliakn66
|
11e9541a1f
|
refactoring: replace code for more readability
|
2 years ago |
Juliakn66
|
986151d614
|
implementing method collectItem() in collectCommand.java
|
2 years ago |
Juliakn66
|
2deb02b591
|
updated CollectCommand.java: generate a user input to collect specific item
|
2 years ago |
Juliakn66
|
ec1ee44981
|
edited method collectItem() of CollectCommand
|
2 years ago |
Juliakn66
|
841665d081
|
created method collectItem() to collectCommand
|
2 years ago |
Juliakn66
|
f9a4bef143
|
added lookaroundCommand to helpCommand and helpCommandTest
|
2 years ago |
Juliakn66
|
b8ddcdd879
|
refactoring: create new method getMobsOutput() to LookaroundCommand
|
2 years ago |
Juliakn66
|
bf28336b77
|
refactoring: create new method getItemsOutput to lookaroundCommand.java
|
2 years ago |
Juliakn66
|
1b1b9af898
|
refactoring: create new method getRandomMob() to LookaroundCommand.java
|
2 years ago |
Juliakn66
|
2d13de8429
|
refactoring: created new method getRandomItem()
|
2 years ago |