Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi @quantumodo,

Thank you for your feedback regarding version 0.5.8.199.

Regarding the visualization in card “44057” and “44053”, the current implementation uses counters to indicate empty spaces. While we understand that this isn’t an ideal visualization, we do not have plans to implement a visual feature in the current version. Our team is currently focused on other priorities, and we do not have the resources to develop a visual feature at this time.

As for “44028” (Git Gud), the engine does not currently track whether you lost your last game. If you would like to play it without cost, you can manually edit the cost in the file located at “.\data\cards.json”. Simply search for “44028” and change the Cost key to “0” as shown below:

{
    "card_id": "44028",
    "type": "Upgrade",
    "name": "* Git Gud",
    "subtitle": "",
    "desc": {
        "Cost": "0",
        "RES": "B",
        "Class": "'Pool"
    },
    "traits": [],
    "set_name": ""
},

At this time, we do not plan to add a message box to inquire if you lost your last game, as our current system cannot accommodate that feature.

If you have any further suggestions or questions, please feel free to reach out!