Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(4 edits)

How to Play

Arrange all the cards into a valid sequence before time runs out! Each card monitors the card to its right. The rightmost card monitors the leftmost, forming a loop.

  • King: cannot monitor a Queen.
  • Queen: cannot monitor the King of its suit.
  • Jack: cannot monitor a card of its suit.
  • Ace: cannot monitor a card of its color.
  • Joker: can monitor any card.

Every hand is guaranteed to have at least one valid solution.

P.S: Clarifying the goal of the game for any future reviewers

Cards mointor to their right, and loop back:

[CARD1] --- monitors ---> [CARD2] --- monitors--->[CARD3]
        ^                                                                                                                 |
        |------------------------- monitors --------------------------|