jakeHaasBlog / COMP4990_Dimension-Tamer

COMP 4990 Final Project (Jake Haas and Drew St. Amour)
0 stars 0 forks source link

Add encounter zones to every biome #33

Closed jakeHaasBlog closed 11 months ago

jakeHaasBlog commented 11 months ago

need encounter zones so that we can start working on battle mechanics. just need simple placeholders because AI will eventually be generating the tiles

jakeHaasBlog commented 11 months ago

Added some methods to BiomeGenerator (Base class of all individual biome generators) to make customizing each biome much easier

jakeHaasBlog commented 11 months ago

Added encounter areas to all bomes. Only customized a few biomes, the rest will have to be touched up later