RazeLighter777 / Adventure

Java RPG engine with plugins
GNU General Public License v3.0
0 stars 0 forks source link

Basic Rooms #7

Open RazeLighter777 opened 5 years ago

RazeLighter777 commented 5 years ago

Add the basic rooms to the core plugin. Probably do basic terrain features and whatnot.

RazeLighter777 commented 5 years ago

Began implementing the wilderness tile, but I am planning to move some code into the Room class.

RazeLighter777 commented 5 years ago

Worked on this further, but realized that the room classes and sections need some refactoring.

RazeLighter777 commented 5 years ago

Ok, I finished the class for the natural rooms, but now realize I need to add some directional section link classes and methods for easy linking to North, South, etc.

RazeLighter777 commented 5 years ago

The directional links are done, and I have now finished and tested the RandomNaturalTerrain class. I am going to halt on this for now, and focus on finishing the other categories before getting any further into more rooms. The RandomNaturalTerrain should do for testing purposes.