dacsoft / ember-jeopardy

Ember.js implementation of Jeopardy, prepared for the NYC Ember meetup

Home Page:http://ember-jeopardy.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ember Jeopardy

Prepared for the Ember.js NYC Meetup

This is a CSS3-dependent very simple implementation of the grid-based trivia show, written in Ember.js RC1. The templates are written in Emblem.js.

There's no reliance on databases or anything like that; I just chose Ember Rails because I'm comfortable with it and wanted more examples of Ember Rails setups for people to peruse.

The questions are populated by config/questions.yml.

Live Demo

Check out the live demo.

Works on

Chrome and Safari. Firefox seems to display well enough but the click handlers don't seem to be working, possibly due to this bug.

Also, apparently Chrome might not render some of the tiles on some machines; not sure how to fix this, so if you have any ideas, please send them my way. A PR would be great too.

New IE might work but haven't tried it yet.

I also gave Rails 4 a try with this, which was mostly fine, but the live demo loads a little slowly because the manifest.yml generated when assets are precompiled is apparently some new format that Heroku can't make sense of yet, so the production server is compiling/serving all the assets on the fly. Lame.

Development

git clone https://github.com/machty/ember-jeopardy.git
cd ember-jeopardy
bundle
rails s

Author

Alex Matchneer, 2013.

License

MIT, do as thou wilt.

About

Ember.js implementation of Jeopardy, prepared for the NYC Ember meetup

http://ember-jeopardy.herokuapp.com/