Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timrogers/guess-the-track

An example app for the rapgenius gem (https://github.com/timrogers/rapgenius) - a game where you have to guess a track's name from its lyrics
https://github.com/timrogers/guess-the-track

Last synced: 28 days ago
JSON representation

An example app for the rapgenius gem (https://github.com/timrogers/rapgenius) - a game where you have to guess a track's name from its lyrics

Awesome Lists containing this project

README

        

# Guess The Track

A game built in Ruby on Rails as an example of the open source [rapgenius gem](https://github.com/timrogers/rapgenius).

__[Try it now](https://guess-the-track.herokuapp.com)__

![Screenshot](http://i.imgur.com/8vFa8Le.png)

It's not the cleanest code, and storing correct answers in a session isn't too pretty, but I wanted to build this quickly as a bit of inspiration!

---

*Created by [Tim Rogers](http://timrogers.co.uk). Feel free to play with this
in accordance with the [MIT license](https://github.com/timrogers/guess-the-track/blob/master/LICENSE).*