From 48e08af12f7906cbf03b1d50d08cd713b753acd8 Mon Sep 17 00:00:00 2001 From: Raman Lamichhane <40167289+ramanic@users.noreply.github.com> Date: Fri, 1 Oct 2021 13:23:17 +0545 Subject: [PATCH] Create Gues --- Projects/3-Advanced/Gues | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Projects/3-Advanced/Gues diff --git a/Projects/3-Advanced/Gues b/Projects/3-Advanced/Gues new file mode 100644 index 00000000..80ced396 --- /dev/null +++ b/Projects/3-Advanced/Gues @@ -0,0 +1,25 @@ +# 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](https://www.npmjs.com/package/youtube-playlist) - NPM package to get youtube playlist details. + +## Example projects + +- [Guess the song project with socket IO](https://github.com/ramanic/GuessTheSong)