Skip to content

GroupeR&R/Exo-06/OK#90

Open
ClementReverbel wants to merge 2 commits into
exo06from
groupeR&R/exo06
Open

GroupeR&R/Exo-06/OK#90
ClementReverbel wants to merge 2 commits into
exo06from
groupeR&R/exo06

Conversation

@ClementReverbel

Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread src/12_RefactoringGolf/exo06/kata.ts Outdated
export class Game {
private _lastSymbol = emptyPlay;
private _board: Board = new Board();
private _lastSymbol = emptyPlay;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Symbol = Mark qui peut être X_MARK ou O_MARK

Comment thread src/12_RefactoringGolf/exo06/kata.ts Outdated
this.y = y;
this.symbol = symbol;
}
private x: number = 0;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

x et y deviennent respectiviment ROW et COLUMN qui sont plus appropriés pour une partie de tic-tac-toe

Comment thread src/12_RefactoringGolf/exo06/kata.ts Outdated

class Board {
private _plays: Tile[] = [];
private _plays: Tile[] = [];

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Tile deviens Cell

@Guillaume-Music-Action

Copy link
Copy Markdown

ok, bien

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