Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Wow great tool. I find it very inspiring, as I'm trying to build my own TCG and am looking for ways to do it. 

But right now I'm still thinking about ways of how to create cards. I've  ended up with developing a web-based tool for generating cards. Maybe this tool can be somehow integrated with your asset? I'm still a Unity-newbie, but I'm already tryint to recreate my logic in Unity.

It would be gratefull if you can take a look at my  generator and provide any kind of feedback. I really respect your work and it would be very cool. Cheers!


https://stonehill-games.itch.io/tcg-cards-generator

(+1)

You could make an export button that exports a game that works in Cardeneer. Take a look in Options -> Developer -> Open -> mod, to see how they are created. Games are just zip files, and the game export/import uses Base64.

I took a quick look at your generator, and I think it's missing abilities/stats. Right now it seems mostly useful for theme and flavor text.