The commits reflect the various issue being closed by each change but roughly:
Change the spec for WIN_COMBINATIONS to allow the combos in different orders fixes #18 fixes #11
Add instruction to use previous methods from previous labs fixes #4
Add test to check that user is calling display_board in the turn method fixes #19
Change the instructions for the turn method so that the display_board method is called only when the move is valid, as opposed to the way it is now - where it would get displayed for as many wrong moves the user inputted.
I think that just about covers it 😃
@PeterBell @AnnJohn
The commits reflect the various issue being closed by each change but roughly:
display_board
in theturn
method fixes #19turn
method so that thedisplay_board
method is called only when the move is valid, as opposed to the way it is now - where it would get displayed for as many wrong moves the user inputted.I think that just about covers it 😃 @PeterBell @AnnJohn