CSI-280 / MusicGames

0 stars 0 forks source link

Create Guess the Music game #26

Open lenora4321 opened 4 years ago

lenora4321 commented 4 years ago

This is one of the simple games for earning points from #24. It will need to implement the spotify API. This could be a guess the lyric game, or a guess the album/song game, whichever the API lends itself to. For example, a person could have like 5 or 10 seconds to guess the name of a song album from its picture, or to fill in a lyric. If they get it right, they will get points. Because I'm not sure if the database is set up with points yet, this can just keep a running total of the points earned during that game session, to be added to points later. Should be a react component that can just be added to the games page, see tic-tac-toe.

A-Waters commented 4 years ago

Should we split this into two games? One where we guess then lyric and one where we guess the song?

lenora4321 commented 4 years ago

Sure, they should be pretty similar in structure, but I think that's a pretty solid idea.