Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Super nice idea and solid execution. Glad to see someone using Extenject in the project too :) Great job.

(+1)

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.