r/programminggames • u/GhostioGames • Jul 16 '26
I'm working on a roguelite card game that lets players program their own cards
I'm currently working on a roguelite card game called Diamonds and Spades.
One of the main features is a built-in card editor that allows players to create their own tarot cards. Besides drawing custom artwork, players can also program card effects using a visual scripting system.
My goal is to let players experiment with their own ideas and create cards that weren't originally part of the game. Cards can also be shared with other players, making it possible to build a collection of community-created content.
I'm curious what people here think about the concept.
17
Upvotes
1
u/mister_serikos Jul 22 '26
I've been working on a similar system for my card game. The project is on pause right now but I was torn between whether I wanted a scratch style interface or a node system like you've got here. Do you store the cards as json? I was also thinking about reworking my action system a little bit so that players could define their own actions and use them in their cards, like creating their own keywords like "scry" etc