Skip to content
#

card-game

A strategic card game that that consists of specially designed sets of playing cards.

Here are 1,291 public repositories matching this topic...

godot-card-game-framework
db0
db0 commented Dec 9, 2020

Currently the game comes with one card back. I'd like to have more options. In fact I'd like this to be one of the easiest things to contribute, without necessarily needing heavy coding experience.

All that is needed to contribute a new card back is to create a new scene which is a panel and modify its contents to your hearts content. The scene will be instanced on its own as the card back so i

good first issue bling
ChristophNiehoff
ChristophNiehoff commented Oct 29, 2021

After every player has passed, but before a new card has been drawn, the "Remove Threat" button is still clickable.
The UI suggests that everything is ok, but the threat does not get removed in this corner case.

I believe it is due to

if (hasPlayerPassed(G, ctx) || (threat.owner !== ctx.playerID)) {
  return INVALID_MOVE;
}

in deleteThreats() in moves.js. One is still at

bug good first issue
db0
db0 commented Apr 8, 2022

Had an idea for a card, but don't know where it will fit? We can use it when we add new archetypes or understandings in the future! Put it as a comment here and when we add new archetypes, we'll find a space for it. Feel free to post just mechanics.

enhancement good first issue Card Design