Download Game Social Free Java Code

Description

Socialize your gaming experience.

Source Files

The download file GameSocial-master.zip has the following entries.


.DS_Store//from ww  w  .j a  v a2s  . c o m
.gitignore
.ruby-gemset
.ruby-version
Capfile
Gemfile
Gemfile.lock
README.md
README.rdoc
Rakefile
app/.DS_Store
app/assets/images/.keep
app/assets/javascripts/alert_conditions.js.coffee
app/assets/javascripts/alert_schedules.js.coffee
app/assets/javascripts/alerts.js.coffee
app/assets/javascripts/application.js
app/assets/javascripts/chat_servers.js.coffee
app/assets/javascripts/events.js.coffee
app/assets/javascripts/friendships.js.coffee
app/assets/javascripts/game_events.js.coffee
app/assets/javascripts/game_locations.js.coffee
app/assets/javascripts/game_servers.js.coffee
app/assets/javascripts/games.js.coffee
app/assets/javascripts/posts.js.coffee
app/assets/javascripts/sessions.js.coffee
app/assets/javascripts/users.js.coffee
app/assets/stylesheets/alert_conditions.css.scss
app/assets/stylesheets/alert_schedules.css.scss
app/assets/stylesheets/alerts.css.scss
app/assets/stylesheets/application.css
app/assets/stylesheets/bootstrap_and_overrides.css.scss
app/assets/stylesheets/chat_servers.css.scss
app/assets/stylesheets/events.css.scss
app/assets/stylesheets/friendships.css.scss
app/assets/stylesheets/game_events.css.scss
app/assets/stylesheets/game_locations.css.scss
app/assets/stylesheets/game_servers.css.scss
app/assets/stylesheets/games.css.scss
app/assets/stylesheets/posts.css.scss
app/assets/stylesheets/scaffolds.css.scss
app/assets/stylesheets/sessions.css.scss
app/assets/stylesheets/users.css.scss
app/controllers/alert_conditions_controller.rb
app/controllers/alert_schedules_controller.rb
app/controllers/alerts_controller.rb
app/controllers/application_controller.rb
app/controllers/chat_servers_controller.rb
app/controllers/concerns/.keep
app/controllers/events_controller.rb
app/controllers/friendships_controller.rb
app/controllers/game_events_controller.rb
app/controllers/game_locations_controller.rb
app/controllers/game_social_servers_controller.rb
app/controllers/games_controller.rb
app/controllers/identities_controller.rb
app/controllers/posts_controller.rb
app/controllers/sessions_controller.rb
app/controllers/users_controller.rb
app/helpers/alert_conditions_helper.rb
app/helpers/alert_schedules_helper.rb
app/helpers/alerts_helper.rb
app/helpers/application_helper.rb
app/helpers/chat_servers_helper.rb
app/helpers/events_helper.rb
app/helpers/friendships_helper.rb
app/helpers/game_events_helper.rb
app/helpers/game_locations_helper.rb
app/helpers/game_servers_helper.rb
app/helpers/games_helper.rb
app/helpers/posts_helper.rb
app/helpers/sessions_helper.rb
app/helpers/users_helper.rb
app/importers/steam_importer.rb
app/mailers/.keep
app/mailers/alert_mailer.rb
app/models/.keep
app/models/alert.rb
app/models/alert_condition.rb
app/models/alert_schedule.rb
app/models/alerting_user.rb
app/models/alerting_users.rb
app/models/chat_server.rb
app/models/concerns/.keep
app/models/event.rb
app/models/friendship.rb
app/models/game.rb
app/models/game_event.rb
app/models/game_location.rb
app/models/game_social_server.rb
app/models/post.rb
app/models/user.rb
app/providers/steam_provider.rb
app/views/.DS_Store
app/views/alert_conditions/_form.html.erb
app/views/alert_conditions/edit.html.erb
app/views/alert_conditions/index.html.erb
app/views/alert_conditions/index.json.jbuilder
app/views/alert_conditions/new.html.erb
app/views/alert_conditions/show.html.erb
app/views/alert_conditions/show.json.jbuilder
app/views/alert_mailer/alert_email.html.erb
app/views/alert_schedules/_alert_condition_days_fields.html.erb
app/views/alert_schedules/_alert_condition_fields.html.erb
app/views/alert_schedules/_alert_condition_games_fields.html.erb
app/views/alert_schedules/_alert_condition_times_fields.html.erb
app/views/alert_schedules/_alert_condition_users_fields.html.erb
app/views/alert_schedules/_form.html.erb
app/views/alert_schedules/edit.html.erb
app/views/alert_schedules/index.html.erb
app/views/alert_schedules/index.json.jbuilder
app/views/alert_schedules/new.html.erb
app/views/alert_schedules/show.html.erb
app/views/alert_schedules/show.json.jbuilder
app/views/alerts/_form.html.erb
app/views/alerts/edit.html.erb
app/views/alerts/index.html.erb
app/views/alerts/index.json.jbuilder
app/views/alerts/new.html.erb
app/views/alerts/show.html.erb
app/views/alerts/show.json.jbuilder
app/views/chat_servers/_form.html.erb
app/views/chat_servers/edit.html.erb
app/views/chat_servers/index.html.erb
app/views/chat_servers/index.json.jbuilder
app/views/chat_servers/new.html.erb
app/views/chat_servers/show.html.erb
app/views/chat_servers/show.json.jbuilder
app/views/events/_form.html.erb
app/views/events/edit.html.erb
app/views/events/index.html.erb
app/views/events/index.json.jbuilder
app/views/events/new.html.erb
app/views/events/show.html.erb
app/views/events/show.json.jbuilder
app/views/friendships/_form.html.erb
app/views/friendships/edit.html.erb
app/views/friendships/index.html.erb
app/views/friendships/index.json.jbuilder
app/views/friendships/new.html.erb
app/views/friendships/show.html.erb
app/views/friendships/show.json.jbuilder
app/views/game_events/_form.html.erb
app/views/game_events/edit.html.erb
app/views/game_events/index.html.erb
app/views/game_events/index.json.jbuilder
app/views/game_events/new.html.erb
app/views/game_events/show.html.erb
app/views/game_events/show.json.jbuilder
app/views/game_locations/_form.html.erb
app/views/game_locations/edit.html.erb
app/views/game_locations/index.html.erb
app/views/game_locations/index.json.jbuilder
app/views/game_locations/new.html.erb
app/views/game_locations/show.html.erb
app/views/game_locations/show.json.jbuilder
app/views/game_social_servers/_form.html.erb
app/views/game_social_servers/edit.html.erb
app/views/game_social_servers/index.html.erb
app/views/game_social_servers/index.json.jbuilder
app/views/game_social_servers/new.html.erb
app/views/game_social_servers/show.html.erb
app/views/game_social_servers/show.json.jbuilder
app/views/games/._form.html.erb.swp
app/views/games/_form.html.erb
app/views/games/edit.html.erb
app/views/games/index.html.erb
app/views/games/index.json.jbuilder
app/views/games/new.html.erb
app/views/games/show.html.erb
app/views/games/show.json.jbuilder
app/views/identities/_form.html.erb
app/views/identities/edit.html.erb
app/views/identities/index.html.erb
app/views/identities/index.json.jbuilder
app/views/identities/show.html.erb
app/views/identities/show.json.jbuilder
app/views/layouts/_navigation.html.erb
app/views/layouts/application.html.erb
app/views/posts/_form.html.erb
app/views/posts/edit.html.erb
app/views/posts/index.html.erb
app/views/posts/index.json.jbuilder
app/views/posts/new.html.erb
app/views/posts/show.html.erb
app/views/posts/show.json.jbuilder
app/views/users/_form.html.erb
app/views/users/edit.html.erb
app/views/users/home.html.erb
app/views/users/index.html.erb
app/views/users/index.json.jbuilder
app/views/users/new.html.erb
app/views/users/show.html.erb
app/views/users/show.json.jbuilder
bin/bundle
bin/rails
bin/rake
config.ru
config/application.rb
config/boot.rb
config/database.yml.example
config/deploy.rb
config/environment.rb
config/environments/development.rb
config/environments/production.rb
config/environments/test.rb
config/initializers/backtrace_silencers.rb
config/initializers/filter_parameter_logging.rb
config/initializers/inflections.rb
config/initializers/mime_types.rb
config/initializers/omniauth.rb
config/initializers/secret_token.rb
config/initializers/session_store.rb
config/initializers/sidekiq.rb
config/initializers/wrap_parameters.rb
config/locales/en.yml
config/routes.rb
config/secret.yml.example
config/sidekiq.yml
config/unicorn.rb
db/.DS_Store
db/migrate/.DS_Store
db/migrate/20130906154345_create_games.rb
db/migrate/20130906155156_create_users.rb
db/migrate/20130906163916_add_game_user_join_table.rb
db/migrate/20130906184429_create_chat_servers.rb
db/migrate/20130906184847_convert_type_to_server_type.rb
db/migrate/20130906190514_create_users_users_join_table.rb
db/migrate/20130906192709_create_friendships.rb
db/migrate/20130906200145_create_game_servers.rb
db/migrate/20130906200242_add_user_to_game_server.rb
db/migrate/20130906203118_create_game_locations.rb
db/migrate/20130906212613_create_alert_schedules.rb
db/migrate/20130907235621_create_alert_conditions.rb
db/migrate/20130909014305_add_alert_schedule_id_to_alert_condition.rb
db/migrate/20130915200311_rename_game_server_to_game_social_server.rb
db/migrate/20130921224536_create_alerts.rb
db/migrate/20130924015834_create_alerting_users.rb
db/migrate/20130928000354_rename_game_server_to_game_social_server_for_game_location.rb
db/migrate/20130928222941_add_delievery_to_alert.rb
db/migrate/20130929055655_add_email_to_user.rb
db/migrate/20131007152119_create_events.rb
db/migrate/20131008030221_create_game_events.rb
db/migrate/20131008142157_create_posts.rb
db/migrate/20131008192612_add_admin_to_user.rb
db/migrate/20131015220423_add_auth_fields_to_user.rb
db/migrate/20131022143030_add_default_date_times.rb
db/migrate/20131022211753_add_membership_tables.rb
db/migrate/20131024143325_add_status_to_user.rb
db/schema.rb
db/seeds.rb
lib/assets/.keep
lib/ical.rb
lib/tasks/.keep
lib/tasks/sync.rake
lib/workers/alert_worker.rb
lib/workers/sync_worker.rb
log/.keep
public/404.html
public/422.html
public/500.html
public/assets/application-1b05011925a44bbb063367159b32906c.js
public/assets/application-1b05011925a44bbb063367159b32906c.js.gz
public/assets/application-2b6c9231293784de0d6daf44b5ea2d1f.js
public/assets/application-2b6c9231293784de0d6daf44b5ea2d1f.js.gz
public/assets/application-a991502c02726fd60869c3b38e20b278.css
public/assets/application-a991502c02726fd60869c3b38e20b278.css.gz
public/assets/glyphicons-halflings-c806376f05e4ccabe2c5315a8e95667c.png
public/assets/glyphicons-halflings-white-62b67d9edee3db90d18833087f848d6e.png
public/assets/manifest-9a035c309c7ca1209bf1c601982e54f3.json
public/favicon.ico
public/robots.txt
test/controllers/.keep
test/controllers/alert_conditions_controller_test.rb
test/controllers/alert_schedules_controller_test.rb
test/controllers/alerts_controller_test.rb
test/controllers/chat_servers_controller_test.rb
test/controllers/events_controller_test.rb
test/controllers/friendships_controller_test.rb
test/controllers/game_events_controller_test.rb
test/controllers/game_locations_controller_test.rb
test/controllers/game_servers_controller_test.rb
test/controllers/games_controller_test.rb
test/controllers/posts_controller_test.rb
test/controllers/sessions_controller_test.rb
test/controllers/users_controller_test.rb
test/fixtures/.keep
test/fixtures/alert_conditions.yml
test/fixtures/alert_schedules.yml
test/fixtures/alerting_users.yml
test/fixtures/alerts.yml
test/fixtures/chat_servers.yml
test/fixtures/events.yml
test/fixtures/friendships.yml
test/fixtures/game_events.yml
test/fixtures/game_locations.yml
test/fixtures/game_servers.yml
test/fixtures/games.yml
test/fixtures/posts.yml
test/fixtures/users.yml
test/helpers/.keep
test/helpers/alert_conditions_helper_test.rb
test/helpers/alert_schedules_helper_test.rb
test/helpers/alerts_helper_test.rb
test/helpers/chat_servers_helper_test.rb
test/helpers/events_helper_test.rb
test/helpers/friendships_helper_test.rb
test/helpers/game_events_helper_test.rb
test/helpers/game_locations_helper_test.rb
test/helpers/game_servers_helper_test.rb
test/helpers/games_helper_test.rb
test/helpers/posts_helper_test.rb
test/helpers/sessions_helper_test.rb
test/helpers/users_helper_test.rb
test/integration/.keep
test/mailers/.keep
test/mailers/alert_mailer_test.rb
test/models/.keep
test/models/alert_condition_test.rb
test/models/alert_schedule_test.rb
test/models/alert_test.rb
test/models/alerting_users_test.rb
test/models/chat_server_test.rb
test/models/event_test.rb
test/models/friendship_test.rb
test/models/game_event_test.rb
test/models/game_location_test.rb
test/models/game_server_test.rb
test/models/game_test.rb
test/models/post_test.rb
test/models/user_test.rb
test/test_helper.rb
vendor/assets/javascripts/.keep
vendor/assets/javascripts/jquery.simple-dtpicker.js
vendor/assets/stylesheets/.keep
vendor/assets/stylesheets/jquery.simple-dtpicker.css

Download

Click the following link to download GameSocial-master.zip.

GameSocial-master.zip




















Home »
  Javascript Free Code Download »
    Game »




Conway Game of Life
Game
Game Adventure
Game Box2d
Game Canvas
Game Engine
Game HTML
Game HTML5
Game ImpactJS
Game iPhone
Game jQuery
Game Multiplayer
Game PhoneGap
Game Puzzle
Game RPG
Game SDK
Game Snake
MineCraft
TicTacToe