From 898fa3683cad434378af2d6585df09e564922771 Mon Sep 17 00:00:00 2001 From: Samriddhi620 <73621618+Samriddhi620@users.noreply.github.com> Date: Mon, 25 Oct 2021 19:37:48 -0700 Subject: [PATCH] Added an app idea --- Projects/3-Advanced/Guess the Song Game | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Projects/3-Advanced/Guess the Song Game diff --git a/Projects/3-Advanced/Guess the Song Game b/Projects/3-Advanced/Guess the Song Game new file mode 100644 index 00000000..7760a4bc --- /dev/null +++ b/Projects/3-Advanced/Guess the Song Game @@ -0,0 +1,18 @@ +# Guess The Song Game +**Tier:** 3-Advanced + +A game in which user can listen to some portion of music/song and have to guess the name or author of song. + +## User Stories +- [ ] User can create their own quiz by adding a list of songs and answers (Song can be added from youtube). +- [ ] User can share their quiz with friends. +- [ ] User can see the score of all other participants. + +## Bonus features +- [ ] Adding multiplayer feature where user can simultaneously play with friends. + +## Useful links and resources +- Youtube Playlist API - NPM package to get youtube playlist details. + +## Example projects +- Guess the song project with socket IO