Skip to main content

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

About some Pool cards

A topic by quantumodo created Mar 24, 2025 Views: 78 Replies: 3
Viewing posts 1 to 4

Hi,

I've played some games with the Pool aspect and I have a couple of suggestions/requests, if you find them appropriate:

* It is difficult to know which spaces are empty in Tic, Tac, Toe (https://marvelcdb.com/card/44057). Would it be possible to implement some visualization of the empty spaces when clicking the card or something similar?

* Same with Blackout (https://marvelcdb.com/card/44053)

* I lost a game (not intentionally) and I immediately played a new one, but the cost of Git Gud (https://marvelcdb.com/card/44028) was still 2. Maybe it would be possible to have a question pop out when you play the card asking you if you lost your last game and, then, reduce the cost to 0?

Thanks in advance. The more I play, the more I love your app. It is beyond awesome!!! 

Developer

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!

Fair enough, thank you. 

I'd like to say that editing the file to change the cost of Git Gud is so very meta :) I like it a lot because it goes well with the Pool aspect :))))