Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/timrogers/guess-the-track
- Owner: timrogers
- License: mit
- Created: 2014-02-02T15:37:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-27T23:29:55.000Z (almost 2 years ago)
- Last Synced: 2024-11-24T13:43:52.301Z (2 months ago)
- Language: Ruby
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).*