Skip to content

Suzanne & Jillian WordGuess game : )#8

Open
SuzHarrison wants to merge 26 commits intoAda-C5:masterfrom
SuzHarrison:master
Open

Suzanne & Jillian WordGuess game : )#8
SuzHarrison wants to merge 26 commits intoAda-C5:masterfrom
SuzHarrison:master

Conversation

@SuzHarrison
Copy link
Copy Markdown

Suzanne Harrison/Jillian Boshart work

Dependencies: Req colorize.

Our flower is pretty and bunnies are cute.
We need to work more on loop and methods but it works for now for 6-letter words.

SuzHarrison and others added 26 commits February 25, 2016 13:24
…ializing the class correctly (code is currently broken).
…ned new methods of life_loss and incorrect. method correct is still incomplete.
… loop still needs work, see comment on lines 65 and 66.
…necessary: We discovered that the while loop was always going, because we used || instead of &&. We replaced || to && in this most recent commit.
Comment thread word_guess.rb
@@ -0,0 +1,159 @@
class WordGuess
attr_accessor :solve_word, :number_of_lives
def initialize(hash)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Watch your indentation here - the initialize method should be in line with the attr_accessor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants