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
I understand and appreciate the simple choice of mixing player and box.
But it could be interesting to provide a 2nd implementation with player and box
separated.
This 2nd implementation can be motivated and justify by a chapter 2
who can have a purpose of introduce "adding new module on existing"
with a feature pretext like "player can write their name at the beginning".
It will force to replace A B by X O and show player name.
And introduce on reflexion about how to deal with increase of complexity.
What do think about ? Is It too far from the initial purpose or do you like it ?
The text was updated successfully, but these errors were encountered:
\#3 brings up a good observation: boxes and players were mixed to make
things simple, but at hinsight it is not obvious to me it was a good
idea. This commit dissociates these.
Also, boxes don't need to know their positioning, only the `Clicked`
event should know what's going on and determine which box has been
clicked based on the index it's been given.
I understand and appreciate the simple choice of mixing player and box.
But it could be interesting to provide a 2nd implementation with player and box
separated.
This 2nd implementation can be motivated and justify by a
chapter 2
who can have a purpose of introduce "adding new module on existing"
with a feature pretext like "player can write their name at the beginning".
It will force to replace A B by X O and show player name.
And introduce on reflexion about how to deal with increase of complexity.
What do think about ? Is It too far from the initial purpose or do you like it ?
The text was updated successfully, but these errors were encountered: