You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the lab where position_taken? was originally defined, the positions were being passed in as indices..but in this lab, they are passed in as if they are user input.
(maybe i did the previous lab wrong?)
The text was updated successfully, but these errors were encountered:
@loganhasson I believe the position_taken? method is indeed using indices, but the valid_move? method being tested is meant to be dealing with user input (and converting that appropriately when calling position_taken?).
in the lab where
position_taken?
was originally defined, the positions were being passed in as indices..but in this lab, they are passed in as if they are user input.(maybe i did the previous lab wrong?)
The text was updated successfully, but these errors were encountered: