This app lets you automate starting and stopping music in a Musical Chairs game. Music in each round is played for a random amount of seconds between a minimum and maximum amount chosen. You can also choose how long to wait between each round in order to give the players time to remove a player and a chair before the next round starts.
You can use the app at musicalchairs.kelli.app
The animated GIF below shows the app in action, but you won't be able to hear the music unless you go to the above link and try it out.
- Run
npm install
to install dependencies - Run
npm start
to launch the app in development mode - Go to
localhost:3000
in the browser (Change port # if it used a port other than 3000)
For instructions on how to play the game, click the Instructions link in the top navigation bar of the Musical Chairs: Automated app.
- React (bootstrapped with create-react-app)
- JavaScript (uses ES6 features )
- Dependencies (These should be automatically installed when you run
npm install
in the project directory):