Mod 3 Final Project Zev Spilman & Joseph Harwood
QUIZALCOATL: DESCRIPTION Welcome to our Snake Trivia App! Sign in and the game will initialize. You will receive a trivia question. Take some time to thing about the answer, then eat the letters that spell it out. Be careful though, crashing into a wall or your tail will cause you to loose a life. In addition, every time you eat a letter your tail will grow and your speed will increase.
INSTALL INSTRUCTIONS Clone down this repo and the backend repo Run "npm start" Run "rake db:migrate" Run "rake db:seed" Open up a rails server with "rails s" In your browser, visit your local host at the path '/login' to get started
CONTRIBUTORS GUIDE Fork and clone this repo Create your feature branch (git checkout -b my-new-feature) Commit your changes (git commit -am 'Add some feature') Push to the branch (git push origin my-new-feature) Create a new Pull Request
See Backend Repo**** https://github.com/jbharwood/quizalcoatl-backend