Juliakn66
|
a6ae562464
|
Merge of branch 'develop' to 'Julia'
|
2 years ago |
Max Gerbeth
|
1bac23ab98
|
reset playername to "null"
|
2 years ago |
Max Gerbeth
|
091c1b5512
|
added logo
|
2 years ago |
Max Gerbeth
|
d9256f6154
|
added logo to README.md
|
2 years ago |
Max Gerbeth
|
87803bc281
|
refactoring: Shop.java
|
2 years ago |
David Hermann
|
d0513fa2d3
|
Edited output for quitCommand
<You quitted!> -> <Du hast das Spiel beendet! Bis bald.>
|
2 years ago |
David Hermann
|
4eedb57f98
|
Added color to outputs
Added color and changed the format of:
- QuizCommand
- ShopCommand
|
2 years ago |
David Hermann
|
4d9ec59d3f
|
refactoring: code revision of shop
Fixed all warnings
Outsourced methods due to code duplication
Moving classes to new folders
Merging of item class
|
2 years ago |
David Hermann
|
21c3acc260
|
refactoring: Deleted unused imports
|
2 years ago |
Max Gerbeth
|
3fe4b03d9e
|
integrate quiz and blackjack into shop
|
2 years ago |
David Hermann
|
e84c2f9b75
|
Edited helpcommand
Added quiz and blackjack
|
2 years ago |
David Hermann
|
ac7332a845
|
Resource Leak fixed
|
2 years ago |
David Hermann
|
d9d97cd7c2
|
Hotfix for merge
|
2 years ago |
Friederike von Gruben
|
b1c0059a74
|
Added methods and stuff to BlackJackCommand
The blackjack game works now
|
2 years ago |
Friederike von Gruben
|
4897a2321c
|
Added playerOut() to BlackJack
This method sets the current playerIn state to false
|
2 years ago |
Friederike von Gruben
|
0b3ef70def
|
Added botWantsToPlay() to BlackJack
This method returns a boolean whether the bot wants to play or not specified by the points he has currently
|
2 years ago |
Friederike von Gruben
|
5239962efe
|
Added addPoints() to BlackJack
This method adds points to the player or the bot
|
2 years ago |
Friederike von Gruben
|
0792129990
|
Added getEntity() to BlackJack
This method returns the Entity by the enum
|
2 years ago |
Friederike von Gruben
|
09e3cdce30
|
Added isIn() to BlackJack
This method returns whether the bot or the player is in the game
|
2 years ago |
Friederike von Gruben
|
905e5975ab
|
Added getPoints() to BlackJack
This method returns the points from the bot or the player
|
2 years ago |
Friederike von Gruben
|
b16aab62c5
|
Added getPlayerName() to BlackJack
|
2 years ago |
Friederike von Gruben
|
04d9439db6
|
Edited BlackJack constructor
Set botIn = true
|
2 years ago |
Friederike von Gruben
|
673372adca
|
Edited BlackJack constructor
Set playerIn = true
|
2 years ago |
Friederike von Gruben
|
b17b3bc18a
|
Edited BlackJack constructor
Set botPoints
|
2 years ago |
Friederike von Gruben
|
f5aa351958
|
Edited BlackJack constructor
Set playerPoints
|
2 years ago |
Friederike von Gruben
|
1e8a16c14d
|
Created BlackJack constructor
Set playername
|
2 years ago |
Friederike von Gruben
|
37570a200c
|
Created enum in BlackJack
This is for the PLAYER and BOT
|
2 years ago |
Friederike von Gruben
|
eab3f7bda1
|
Created BlackJack class
|
2 years ago |
Friederike von Gruben
|
d0142a9c26
|
refactoring: Deleted unused method returnCommands()
|
2 years ago |
Friederike von Gruben
|
66d9d812c7
|
refactoring: The HashMap commands is final now
|
2 years ago |
Friederike von Gruben
|
bf45a59405
|
Created BlackJackCommand and added to the CommandListener
|
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
|
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
|
d61a00001d
|
refactoring: add method getLocationDescription
|
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 |