Skip to content

Conversation

@ShilpaSarawagi
Copy link

No description provided.

*
*/
public void mark( int row, int col ) {
public Player mark( int row, int col ) {
Copy link

Choose a reason for hiding this comment

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

That was really nice!

return playerThatMoved;
}

public Player valueAtCell(int row, int col) {
Copy link

Choose a reason for hiding this comment

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

What is the point of that method?

package com.acme.tictactoe.model;

enum Player { X , O }
public enum Player { X , O }
Copy link

Choose a reason for hiding this comment

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

Is it not only used on /model/

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.

6 participants