ivangreene / crushnote

React + Node web implementation of the "Love Letter" card game
MIT License
0 stars 0 forks source link

Game View: add prompts/hints for cards #64

Open buzzingnat opened 6 years ago

buzzingnat commented 6 years ago

This contains the following sub issues: #118, #119, #120, #121, #122, #123, #124, #125

ivangreene commented 6 years ago
const requiresTarget = [KING, PRINCE, BARON, PRIEST, GUARD];
const requiresGuess = [GUARD];
buzzingnat commented 6 years ago

Should we break this up into smaller tasks?