npm install
npm run dev
npm run deploy

Next steps

  • Add landing page
  • Fix card position
  • Fix HP bug
  • Other cards in rewards
  • Monsters
    • Goblin
    • Skeleton
    • Bat
    • Mushroom
    • Add a boss
  • Effects
    • Attack
    • Defense
    • Poison
    • Heal
    • Stun
  • Fixes
    • All card effects
    • Cap actions per turn
    • Remove camp
    • Monster size
    • Telegraph monster actions
  • Bugs
    • Layout of reward screen
  • Show character and monster status
  • Add game over screen
  • Minor
    • Set status bar to permanent height
    • Show draw and discard sizes

Round breakdown

  • Before round
    • Draw cards
    • Decide monster action
  • Before player
    • Skip if stun
    • Apply poison
    • Remove defense
  • Waiting for player
  • Before monster
    • Skip if stun
    • Apply poison
    • Remove defense
  • Monster
  • After round

Resources