Take our 10 question quiz and find out which Game of Thrones character you are! There are 20 possibilities:
- Brienne of Tarth
- Sansa Stark
- Eddard Stark
- Jon Snow
- Davos Seaworth
- Tyrion Lannister
- Daenarys Targaryen
- Doran Martell
- Sandor Clegane
- Arya Stark
- Theon Greyjoy
- Petyr Baelish
- Ramsay Snow
- Walder Frey
- Tywin Lannister
- Viserys Targaryen
- Cersei Lannister
- Gregor Clegane
- Margaery Tyrell
- Qyburn
Quiz Complete Screen:
Character Detail Screen:
Clone this repository and then in your terminal type:
bundle install
to install the required gems
rake db:migrate
to create the tables in the database
rake db:seed
to seed the database with the characters. Finally, run the program:
ruby bin/run.rb
and enjoy!
Built with:
- Ruby
- TTY-Prompt
- Nokogiri
- A Song of Ice and Fire API
Creators:
- Angelo Spampinato (https://github.com/evolfo/)
- Andy Reyes (https://github.com/andyrey7)