Super nice idea and solid execution. Glad to see someone using Extenject in the project too :) Great job.
Viewing post in Don't Step Wrong jam comments
Thank you so much for trying out the game and for the comment. I've used Extenject in other projects too... it's really helpful because I like to include unit tests for certain parts of the code, so I can mock things like Unity's delta time and player prefs with provider interfaces and implementations specific to the game and tests.