David Hermann
|
6e24f5651b
|
Created player class
|
2 years ago |
David Hermann
|
20a4614128
|
Created class where locations can be created
|
2 years ago |
David Hermann
|
f1e40de850
|
Created location class
|
2 years ago |
David Hermann
|
9a6f804563
|
Created mob class
|
2 years ago |
David Hermann
|
666fa70a52
|
Created item class
|
2 years ago |
Juliakn66
|
bdbc8b03d5
|
Merge branch 'develop' of https://github.com/RedEagle-dh/BitBiome into Julia
|
2 years ago |
Max Gerbeth
|
ad1efd076f
|
refactoring: ShopCommand.java
|
2 years ago |
fdai7430
|
bb177c42f0
|
No item or location containing " on " will exist, thus does not need to be supported
|
2 years ago |
fdai7430
|
5a95b33878
|
Created function for getting name of item from command argument
|
2 years ago |
fdai7430
|
5304e84c6c
|
refactoring: compressed return of getUseMessage()
|
2 years ago |
fdai7430
|
1033a02a29
|
refactoring: Pulled the actual using of the item into its own function
|
2 years ago |
Juliakn66
|
dc77373d07
|
refactoring: static to non-static method
|
2 years ago |
fdai7430
|
9d58257ab8
|
Added output to getUseMessage()
|
2 years ago |
fdai7430
|
4b6717e2dd
|
refactoring: Changed order of functions
|
2 years ago |
fdai7430
|
80197d15f5
|
Added function for executing use command
|
2 years ago |
fdai7430
|
72dc8a87f7
|
Added use command to CommandListener
|
2 years ago |
fdai7430
|
ebfcbc1e7e
|
Added class for use command
|
2 years ago |
fdai7430
|
2f9f9e80de
|
refactoring: Removed currently unnecessary imports
|
2 years ago |
fdai7430
|
f77ee2b1d0
|
First of all, don't sync VSCode settings
|
2 years ago |
Max Gerbeth
|
67ce5e7300
|
refactoring: items.json
|
2 years ago |
Max Gerbeth
|
7680773885
|
implements: loadAllItems()
|
2 years ago |
Max Gerbeth
|
5dadc57cdb
|
refactoring: items.json
|
2 years ago |
Max Gerbeth
|
be84a78653
|
refactoring: add to item.json "amountShop" and "gold"
|
2 years ago |
Max Gerbeth
|
5136f095bc
|
refactoring: loadItems() to loadCurrentShopItems()
|
2 years ago |
Max Gerbeth
|
002854d8ba
|
Shop.java Give Player the Item
|
2 years ago |
Max Gerbeth
|
f110417e51
|
Item do not exist in the playerinventory
|
2 years ago |
Max Gerbeth
|
70ace999d0
|
Give Player the Item
|
2 years ago |
Max Gerbeth
|
7f20018078
|
Test if the player has enough gold
|
2 years ago |
Max Gerbeth
|
271532d3c4
|
Test if item still available in the shop
|
2 years ago |
Max Gerbeth
|
ef4a818ace
|
Create JSONObjects in Shop.buy()
|
2 years ago |
Max Gerbeth
|
85bcef10ab
|
implementing request for item and amount
|
2 years ago |
Max Gerbeth
|
ac6deabcfe
|
Merge remote-tracking branch 'origin/develop' into shop
|
2 years ago |
David Hermann
|
13f6640dc7
|
refactoring: Moved InteractionLoop and JsonParser to the new directory "classes".
Removed test code from JsonParser.
Removed comment in Main
|
2 years ago |
Max Gerbeth
|
f32fa1704f
|
implementing itemRotation()
|
2 years ago |
Max Gerbeth
|
b6f1b1f6d0
|
refactoring: loadPartofItems()
|
2 years ago |
Max Gerbeth
|
c7b47c84e4
|
refactoring: printCurrentShopItems()
|
2 years ago |
Max Gerbeth
|
25a0297ec7
|
implementing itemRotation()
|
2 years ago |
Max Gerbeth
|
4a8ebd9166
|
refactoring: printArrayList() in Shop.java
|
2 years ago |
Max Gerbeth
|
e568ffa523
|
implements loadItems()
|
2 years ago |
Max Gerbeth
|
148b7f0927
|
unittest: ShopCommandTest.java
|
2 years ago |
Max Gerbeth
|
f51c508b25
|
while input loop and validInput() method
|
2 years ago |
Max Gerbeth
|
e96926dba3
|
refactoring: itemRotation()
|
2 years ago |
Max Gerbeth
|
6a5a6454f5
|
refactoring: Shop.java and Item.java
|
2 years ago |
Max Gerbeth
|
49bd7cb2c6
|
Added Method printArrayList()
|
2 years ago |
Max Gerbeth
|
625d1ea2c2
|
refactoring: buy(), loadItems(), getCurrentShopItems(), quiz()
|
2 years ago |
Max Gerbeth
|
d7fb342d9b
|
refactoring: getCurrentShopItems()
|
2 years ago |
Max Gerbeth
|
19f227ebe8
|
Method headers added to Items.java
|
2 years ago |
Max Gerbeth
|
a8e21e70e7
|
get and set Methods in Item.java
|
2 years ago |
Max Gerbeth
|
31aea13df5
|
Constructor in Item.java
|
2 years ago |
Max Gerbeth
|
d5bf6ba5fe
|
Added Item.java
|
2 years ago |