7 Day Roguelike 2020: Day 3

Today I connected the user-interface to gameplay. Each time the player deals or receives damage, or uses a tech, the respective list decreases and the relevant action is applied (though not all are implemented yet). The most complicated part of this is the aim UI (the red line in the screenshot), but this was largely adapting some existing code to work with a grid of 2x2 tiles.

screenshot

Tomorrow I’ll implement all the combat outcomes, and give each type of enemy a distinct effect which applies upon damage/death.