PuzzleMod: a Puzzle Mode for Slay the Spire
The second Slay the Spire mod I developed is called PuzzleMod, inspired by chess puzzles. In this mod, each level features a new challenge that must be overcome with the available resources.
You can find the code for this mod here. Something I was particulary proud of with this project was its extensibility; players could easily define their own puzzles using a simple JSON file, as explained here.
This project was a medium-sized undertaking. I had to develop the code, build some graphics, and design the puzzles. Overall, a great time!