Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 866 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 866 Bytes

Quiz Show

This is a port of the Changelog Quiz Show code base to React/XState from Dojo.

Getting started

Start the dev server

npm run dev

Start Storybook

npm run storybook

Operating the game

  • esc or q returns to main view, stopping audio
  • c shows contestants view (use between rounds)
  • ▶️ moves to next round
  • ◀️ moves to previous round
  • b plays "times up" sound
  • y plays "correct answer" sound
  • n plays "incorrect answer" sound
  • t plays "theme song" sound
  • T plays "stressed out theme song" sound
  • w plays "winner" song

Links