-
Updated
Mar 24, 2022 - Python
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...
-
Updated
Feb 16, 2022 - Java
More card backs
Empty Tableau
Maybe i only did not find the option for it.
In the game i played this morning there was no difference between a non existing tableau and an empty tableau. I think there should be a sign for what i can play to. (KingOnly, or AnyCard as in this example)
-
Updated
Apr 2, 2022 - Python
-
Updated
Apr 17, 2021 - C#
-
Updated
Nov 18, 2021 - GDScript
-
Updated
Apr 9, 2022 - C#
-
Updated
Mar 4, 2022 - TypeScript
-
Updated
Aug 3, 2018 - JavaScript
-
Updated
Jan 27, 2022 - JavaScript
-
Updated
Jan 8, 2021 - Dart
-
Updated
Jan 19, 2022 - Pascal
-
Updated
Aug 30, 2020 - C#
-
Updated
Dec 14, 2020 - GDScript
The game isn't optimized for mobile screens right now. Use CSS media queries to change the size of the game elements to adjust themselves to mobile screen dimensions.
-
Updated
Feb 20, 2022 - C#
-
Updated
Mar 28, 2022 - C
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
Orphan Card Ideas
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.
NCE idea dump
-
Updated
Mar 13, 2022 - JavaScript
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