-
Notifications
You must be signed in to change notification settings - Fork 0
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
Board Update State #1
Comments
Closed
other prereq - square exists |
other prereq - move representation exists thinking teams will keep track of moves, not board. also makes sense since moves can be applied to any piece |
kuzi117
added a commit
that referenced
this issue
Feb 24, 2019
These classes represent the interface for changing the state in the FSM. This is progress towards #1.
This was referenced Feb 24, 2019
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prereqs - Board should be able to :
init
return winner
return state of squares
Goal of this feature:
update state of squares
this means:
update a square
edge detection
The text was updated successfully, but these errors were encountered: