TIY-ATL-ROR-2015-Jan / guessr

MIT License
0 stars 9 forks source link

Add a Model + Migration for the Number Guessing Game from Week 1 #1

Closed kingcons closed 9 years ago

kingcons commented 9 years ago

From: https://github.com/TIY-ATL-ROR-2015-Jan/lectures/blob/master/01-20/questions.md ...

Fork the guessr repo and clone the fork to your laptop.

Don't forget to run bundle in your clone to pull in the dependencies/gems you need!

I will assign an issue to you on my guessr repo. When you are done, post the link to your repo and close the issue.

Normal Mode

birla22v commented 9 years ago

When I run bundle exec camping -C lib/guessr.rb, I get this message: https://github.com/camping/camping.git (at master) is not yet checked out. Run bundle install first. After running bundle install, it gives the same message.

This is not tested, I just followed the Hangman example and added the parts that made sense to me. Here's the link: https://github.com/birla22v/guessr/blob/master/lib/guessr.rb