The objective of Perceive n’ Deceive is to collect a set of 3 cards of the same color. There are a total of 10 cards: 9 of them have a color (Red, Blue, Green) and an action (Spy, Psychic,Thief). The Wildcard is considered to be a Spy, Psychic and Thief; however, it has no color and cannot form a set.
A game is played on a board with a 3x3 grid of cards laid face down. The game is round-based, with players taking turns playing actions; who goes first is decided between players or by coin flip.
The main goal of a round is to identify and claim a Set from the array of cards in order to win tokens (the Pot starts at 1 each round). A Set consists of a card currently in your hand and two cards on the board that are all the same color. A round ends when a Set is called; the winner claims the Pot and the players start a new round.
The player who claims a Set receives all tokens in the Pot. The first player to reach 5 tokens wins.
A turn is played in 2 steps:
Without revealing your card, choose an action to use for this turn.
After performing that action, place your card on the board in the open spot and pick up a different card.
Note that you can choose to use an action different from the one on your card, but the opponent can choose to call your bluff. This is where the Wildcard shows its value: you can use it to gain any game knowledge you want without the risk of bluffing.
Correctly calling an opponent’s bluff (i.e. they claim to use a different action than the one on their card) results in a win, while incorrectly calling an opponent’s bluff grants them the tokens in the Pot, plus one more.
This game was made for the course GMAP 260 (Overview of Computer Gaming) with a team of four. Without any flashy digital effects to fall back on, this was a great experience in fleshing out an interesting game design that engaged players in fun, balanced competition. We really had game theory in mind while balancing this game through playtests; as we broke down and analyzed our usual playstyles, we developed an experience that slowly unravels into a myriad of mind games based on incremental, imperfect information.
It was a great exercise in developing deep, interesting game systems based on simple mechanics, a methodology we carried over to our next game in the class: Surface Tension