Skip to content

Lyrics game - match the song title to the lyrics. JavaScript, CSS, and HTML frontend. Rails API backend.

License

Notifications You must be signed in to change notification settings

natjng/lyrics-game

Repository files navigation

Name that Song (Lyrics Game)

Name that Song is a lyrics game made with a plain JavaScript, custom CSS, and HTML frontend and a Rails backend API.

Users can enter a username to start playing. Random lyrics from the database are selected for each game. Users must match the song title to the lyrics to receive a point. When logged in, a user's high score is displayed and updates when a new high score is achieved.

Here's a demo video.

Lyrics Game welcome

Lyrics Game round

Lyrics Game correct selection

Lyrics Game end

Installation

Clone repository.

In your terminal, cd to the cloned file.

Run bundle install and rails db:migrate.

You may also run rails db:seed to seed the database with some starter data.

Run rails s to start your server and visit http://localhost:3000.

Usage

A user can enter a username to create an account or login to start playing. Random lyrics from the database are selected for each game. A game has ten rounds. Users must match the song title to the lyrics to receive a point. When logged in, a user's high score is displayed and updates when a new high score is attained.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/natjng/lyrics-game. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Lyrics Game project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About

Lyrics game - match the song title to the lyrics. JavaScript, CSS, and HTML frontend. Rails API backend.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published