1000
🔊
📊
?
DEALER ?
YOU 0
Ante 0
TAP TO CONTINUE
🧠
Welcome to Logic Liar
A Boolean proposition poker game. Evaluate formulas, bet on truth, and bluff your way to victory.
📜
The Formula
A CNF formula with 4 clauses is shown. Each clause is two literals joined by OR (∨), all joined by AND (∧). Example: (p ∨ ¬q) ∧ (¬r ∨ q)
🃏
Cards = Variables
Each card maps to p, q, or r by rank mod 3. Red cards = TRUE, Black = FALSE. Your 3 cards define a truth assignment.
🎯
Score & Win
Your logic score = clauses satisfied (0-4). Beat the dealer. NEGATE flips a card. REWRITE reformulates the formula. Both cost 1× ante.