GitXplorerGitXplorer
d

Play-Rails

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
c9541d3a0be85341e6239c3be7f297c6a99acc9a

Delete answers.md

ddhrushilbadani committed 9 years ago
Unverified
90d53eab8ec6c8c25dce8b29be1a2070b44ae2e6

Create README.md

ddhrushilbadani committed 9 years ago
Unverified
18b2b7b979a7cba16b3cfaceb2094be0b01dca02

Delete README

ddhrushilbadani committed 9 years ago
Unverified
bde7ac8e67901f1db3c856556ee0cb1f18e3fa94

Final commit

ddhrushilbadani committed 9 years ago
Unverified
c8eb07f0add0384f53c754a7d8bc7430cbbdb3f6

Play-Rails

ddhrushilbadani committed 9 years ago

README

The README file for this repository.

Title: Play-Rails

Team Members: Dhrushil Badani, Dhruvil Badani

Demo Link: https://gentle-anchorage-9664.herokuapp.com/

##Idea: A la real-life Steam. Users can 'create games' at a specific location and other users can join those games. Also, one can search for games near a location and join/comment!

##Models and Description:

  • User has name, email, and many comments and games
  • Game has name, location, latitude, longitude and no. of players that have joined. Belongs to user
  • Comment has content, user id and belongs to a Comment
  • ##Features:

  • Users can log in
  • Users can create 'games' at locations (suggested by Google Maps)
  • Users can join (~ abstracted using voting, using the acts_as_votable gem) and comment on games
  • Users can search for nearby games by typing in a location (powered by the Geocoder gem)
  • ##Division of Labor:

  • Dhrushil: Created game, added geocoding and autocomplete functionality
  • Dhruvil: Created user and question