6 Commits

Author SHA1 Message Date
89de233b6c Major changes
The game now has several levels which can be travelled between
Fake walls
Stairs going uo
Stairs going down
Binoculars
Shields can now be placed on the map
Chests can now be randomly filled
Inventory has been moved
Shiny new health bar
The player can use stairs
2018-03-20 21:41:18 +01:00
30ba612e56 Minor changes
Adds new method for containers for finding first item of a class
Adds health potions
Allows the user to use potions
2018-03-20 01:10:30 +01:00
27e4259f00 Small fixes and improvements
A boss will drop all its items
A girl will choose a name from a list (not finalized)
Carrots will no longer spawn randomly
Lets a message overflow to the next line
Added a new method for dropping an item at any location (for Boss.java)
Improves backpacks
Improves symbols for existing items
Added an interact-message to all containers, and removed it from IStatic
Makes it possible to get any of the 1-10 items in a chest
Makes an item dropped on the same tile as a static container enter the container
Code improvements
Game end screen
2018-03-19 19:11:09 +01:00
bec5f90efd Fixes getNeighbourhood counting corners twice 2018-03-15 00:16:26 +01:00
d4c7d08df7 Improves getNeighbours greatly 2018-03-14 14:00:48 +01:00
6a21332877 Tests out some new things 2018-03-14 00:00:52 +01:00