-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kimberley M & Isabel S - Carets #17
base: master
Are you sure you want to change the base?
Conversation
… on line number -KM
…ct guess (previously only printing for incorrect guess).
Word-Guess GameWhat We're Looking For
|
|
||
# Ascii Art Methods | ||
def ascii | ||
file = File.open("/Users/kimberley/Desktop/asciiartfile.txt", "r") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can place a relative path to this file with just file = File.open("asciiartfile.txt", "r")
and it assumes that the file is in the same directory as this (word-guess.rb
). Same as line 154
Overall great code! You two did interesting things, like using the various gems and opening a file. Good job |
Word Guess
Congratulations! You're submitting your assignment.
Comprehension Questions