Skip to main content

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

Great work building such a solid core system! I wish I could manage my cards and there were more variety, but that seems like a fair price for building a system like this and making it so playable within the time limit. The work you've already done here seems like it'd be pretty easy to pick up and expand upon, too. Nice job!

Thanks, that’s exactly the goal. I wanted to use this game jam as sort of a way to develop the core systems and see how everything goes. Everything has been written in JSON for example, the layout of the map, the different levels, the rewards, the cards, the monsters, etc. So everything is in a sort of database that I can edit in any way I want, and it generates the entities on the fly.

Thanks for the kind words!