Tanja Herche
8451486e5e
Unittest: colored own location Winterland
2 years ago
Tanja Herche
ea386d7461
Unittest: colored own location Gruenland
2 years ago
Tanja Herche
72c2643899
Unittest: colored own location Wueste
2 years ago
Tanja Herche
e0b136c15d
Unittest: colored own location Berge
2 years ago
Tanja Herche
c45d612992
Unittest: colored own location Strand
2 years ago
Tanja Herche
0b3dc1adc6
Unittest: colored own location Wald
2 years ago
Tanja Herche
2dbda7b864
Unittest: Changed color description map
2 years ago
Tanja Herche
113d493594
Unittest: colored traveloption Winterlandmap
2 years ago
Tanja Herche
7589c79f3c
Unittest: colored traveloption Gruenlandmap
2 years ago
Tanja Herche
05a2fc6e78
Unittest: colored traveloption Wuestemap
2 years ago
Tanja Herche
be80f510e1
Added Item Quellwasser
2 years ago
Tanja Herche
c1e7585010
Updated Testlocations
2 years ago
Tanja Herche
38a692f8d6
Unittest: colored traveloption Bergemap
2 years ago
Tanja Herche
35d77a5e5d
Unittest: colored traveloption Strandmap
2 years ago
Tanja Herche
3789cfb6ec
Unittest: colored traveloption Waldmap
2 years ago
Tanja Herche
1d581ea146
Unittest: changed deception map
2 years ago
Tanja Herche
65e91f11b8
refactoring: removed String-separations
2 years ago
Tanja Herche
b6d57e2cf5
Unittest: Coloring
2 years ago
Tanja Herche
d4c2fb9496
Integrated Locations
2 years ago
Tanja Herche
9166dc2d18
Unittest: integrate TravelEngine and Player
2 years ago
Friederike von Gruben
d08bdb85e0
refactoring: Outsourced time feature
The time feature for the quiz has a seperate method now which returns the difference of the current time and the time you played the last time. If the difference is greater than 0 you can't play.
2 years ago
Friederike von Gruben
b4cc87b7ca
Added time feature for quiz
You have to wait a min time after you can play the quiz again. Currently 5 minutes
2 years ago
Friederike von Gruben
eadd9316e1
refactoring: Outsourced gold method
The method to add gold after your answer was right is now in a seperate method
2 years ago
Friederike von Gruben
949d479d9c
Earn gold with quiz
You can earn some gold with your quiz now
2 years ago
Friederike von Gruben
c720c4836f
refactoring: Outsourced Code
Generating the question with possible answers now in outsourced method
2 years ago
Friederike von Gruben
96715d3f43
refactoring: Edited code structure
Outsourced the generating random number method
2 years ago
Friederike von Gruben
37ad1c9b1e
refactoring: Created print method
This method is printing a messag to the console and returning the same message
2 years ago
Friederike von Gruben
34c135d54c
refactoring: Outsourced code
Whether the answer is correct or not is outsourced now
2 years ago
Friederike von Gruben
50784178b3
Update QuizCommand.java
Getting userinput and checking whether answer is correct
2 years ago
Friederike von Gruben
803ed2f6fc
Update QuizCommand.java
Random question picked from json file and printed out with answeres
2 years ago
Friederike von Gruben
cb3c5b402e
refactoring: Updated Json File
Added lastPlayed keyword
2 years ago
Friederike von Gruben
ed0debe9fa
Created new Command: Quiz
2 years ago
Friederike von Gruben
083e9ae00e
refactoring: Updated JsonParser
Edited method name
Now working with relative paths
2 years ago
David Hermann
1ded07cd00
unittest: updated player test
This additionally tests if the player has a location by testing the name of the location related to the player
2 years ago
David Hermann
df4b960fa7
unittest: updated player test
This additionally tests how many lives the player has
2 years ago
David Hermann
9acf819d35
unittest: created test for player class
This tests the name of the player
2 years ago
David Hermann
8dda2401d1
unittest: created test for location class
This tests the name of the location
2 years ago
David Hermann
06c77bf837
unittest: updated mob test
This additionally tests how much life the mob has
2 years ago
David Hermann
21f5b7d44c
unittest: updated mob test
This additionally tests how much damage the mob does
2 years ago
David Hermann
562bd31373
unittest: created test for mob class
This tests whether the mob is friendly
2 years ago
David Hermann
432c37c278
unittest: updated item test
This additionally tests whether the item does any damage at all.
2 years ago
David Hermann
8a380d1ef3
unittest: updated item test
This additionally tests the damage of the items
2 years ago
David Hermann
56fb3c546c
unittest: created test for item class
This is testing the name of the item
2 years ago
David Hermann
62ddc0bd3c
Update Player.java
Added empty constructor for unit tests
2 years ago
David Hermann
7131083fd9
Update Mob.java
Added empty constructor for unit tests
2 years ago
David Hermann
5e723f41b3
Update Location.java
Added empty constructor for unit tests
Added setName() method for unit tests
2 years ago
David Hermann
ce6247312e
Update Item.java
Changed the privacy of the variables
Added empty constructor for unit tests
2 years ago
Tanja Herche
9c5dbc57d7
Unittest: MapCommand
2 years ago
Tanja Herche
0116cce4d4
Merge branch 'develop' into locations
2 years ago
Tanja Herche
45c7767b46
refactoring: reordered properties of mobs
2 years ago