A rough implementation of a "Slay the Spire"-style map in Javascript. It has bugs and looks ugly. But I intend to work from here.
Uses a grid of 7 columns and has configurable row count. Implements hard coded boss level and a mid-stage "waist".
It is a different approach to a simliar outcome of my first attempt