A game where you try to manage your goblin horde as they try to escape a demon accidentally released from the depths of their home.
This game was a pre-work test bed for the 2023 7 Day Roguelike development challenge. While it technically is a complete game, it has very little polish since it was mostly an experimentation platform. It only works on mobile devices and has pretty minimal UI instructions.
nvm use
npm install
npm start
This project auto-deploys via github pages for now (since there is no server), but you can build it locally with:
npm run build