Launch Site Uptilt
This is an entry in the 2012 Rails Rumble. After checking it out, we encourage you
to leave feedback and then take a look at the hundreds of other amazing entries.
By "Uptilt"
Description
Uptilt is the two player online card comparison game. Players draw cards from the deck and take it in turns to select a statistic, the player with the winning statistic takes both of the cards. The game is won by the player who collects all of the cards.
More details can be seen at:
http://uptiltgame.tumblr.com/
Built By
Built With
Interested in seeing what was used to build this application? Resources may include things like open source libraries, third party APIs, and icons.
Gems:
source 'https://rubygems.org'
gem 'rails', '3.2.8'
gem 'pg'
gem 'redis'
gem 'devise', '~> 2.0.0'
gem 'activeadmin', '~>0.5.0'
gem 'hashie'
gem 'sidekiq'
gem 'slim'
gem 'sinatra', :require => nil
...
Gems:
source 'https://rubygems.org'
gem 'rails', '3.2.8'
gem 'pg'
gem 'redis'
gem 'devise', '~> 2.0.0'
gem 'activeadmin', '~>0.5.0'
gem 'hashie'
gem 'sidekiq'
gem 'slim'
gem 'sinatra', :require => nil
gem 'settingslogic'
gem 'carrierwave'
gem 'rmagick'
gem 'fog'
gem 'kaminari'
gem 'client_side_validations', "~> 3.2.0.beta.3"
gem 'pusher'
group :development do
gem 'thin'
gem 'debugger'
end
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', :platforms => :ruby
gem 'uglifier', '>= 1.0.3'
gem 'bootstrap-sass', '~> 2.0.1'
end
gem 'jquery-rails'
# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'
# To use Jbuilder templates for JSON
# gem 'jbuilder'
# Deploy with Capistrano
gem 'capistrano'
Theme:
Spacelab (http://bootswatch.com)
Javascript Libraries:
Noty
Pusher
Backbone
IcanHandlebarz
Handlebars
JSON2
Underscore.js
Services:
Pusher
Amazon S3
Linode
2012