GithubHelp home page GithubHelp logo

the-lyrics's Introduction

Don't Forget The Lyrics

Here is my web application based on the popular game show Don't Forget the Lyrics. You'll choose one of two songs from eight different music categories and try to fill in the missing lyrics. For the best score quickly and accurately complete the lyrics.

Heroku

To play the game click here: Don't Forget The Lyrics!

Gameplay

Upon signing up for an account or logging into an existing account you'll be taken to the Genres page where you'll choose from either Hip Hop, Pop, Country, Rock, Dance, Latin, R&B, or Disney. Within each genre category will be the choice between two random songs. Once a song is chosen you'll have one minute to correctly guess the missing lyrics from the song. The faster you guess, the more points you'll receive. After completing all 8 genres if you scored at least 38,000 points you will get access to a bonus level.

API used

I used the Musixmatch API (https://developer.musixmatch.com) to create my app. A free API Key is needed to clone app.

Installation

Use the package manager pip to install requirements.txt.

pip install -r requirements.txt 

Import DatabaseSongs.csv to create database of songs.

COPY songs(song_artist, song_name, song_id, genre_id)
FROM '\DatabaseSongs.csv'
DELIMITER ','
CSV HEADER;

Tech Stack Used

Backend - Python, Flask, Axios, WTForms, SQLAlchemy
Frontend - JavaScript, Jinja, Bootstrap, CSS

the-lyrics's People

Contributors

khadnot avatar lencof avatar

Stargazers

Selim Horri avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.