Bernardo Sulzbach

Results 81 comments of Bernardo Sulzbach

TODO: - Items using JSON. - Group items logically. - Group creatures logically. - Create beef for each meaty creature?

Rabbits could also provide Rabbit's Foot, a miscellaneous item for now.

Removed from [the sprint](https://github.com/mafagafogigante/dungeon/milestones/Weekly%20Sprint%20%232) to make room for #255

From How to Write Clean, Testable Code: Testing should be in mind from the moment you start writing the application, it cannot easily be added later on. Global state makes...

> For the implementation, is adding the map using function makeWorldMap(int rows, int columns, boolean limited) to the JTextPane ok? I will see about this later. I think that you...

> If it's a map legend, then it's exclusively on the map command? **Precisely**. Just like your last image. Note that if you remove "Legend:" it might be possible to...

By the way, can you share which Java version you are using? I am considering bumping this project's version up, but now that Java versions became a bit of a...

> I remember I used 13.0.1 while trying to run this project before, but it didn't work. Hope that helps. I am aware. The main issue I see is that...

This has been partially addressed. The main aspect in which I think this is lacking is that it doesn't show only distinct locations close to the player. Some refinement is...

Making Game instantiable isn't the toughest part (it only needs a constructor), however you'd also need to make sure that every part of the code which is somehow referring to...