Simple, Heroku-friendly Rails app configuration build on Ruby.
Build Status:
- Fei Li: lifangfei
- Harini : hariniGB
- Brian Wong: lil-boat
- Denise Duffy: duffydduffyd
- Eli Berger: erberger22
Deploying a basic version of the traditional set game using Ruby on Rails and Javascript. Instructions and a description of the game can be found here:
- install ruby 2.3.1
- bundle install
- be rails db:create
- be rails db:migrate
- be rails db:seed
- bin/rails server
- Create an account or login to your existing account
- Select Play Set option to go the game page.
- Select New Game option to start the game.
- Read the instructions to play the game and click the New Game
- The Add 3 Cards option is used to add 3 more cards.
- The Find Set option is used to help the player to find a set.
- The game ends when all the 81 cards are used.
- Game page displays the top ten points with the user name and game played date.
- User details can be updated using Update option in profile page.
- User can delete their account using Delete option in profile page.