Skip to content
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

Владислав Хазипов #11

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

HazipovVF
Copy link

No description provided.

@Zhigalov Zhigalov self-assigned this Apr 27, 2018
Copy link

@Zhigalov Zhigalov left a comment

Choose a reason for hiding this comment

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

Не хватает проверок:

  • на очистку игрового поля
  • после успешного хода крестика ходит нолик
  • после неудачного хода крестика (ход на занятую клетку) ходит снова крестик

canChangePlayer = true;
});

function checkTie() {
Copy link

Choose a reason for hiding this comment

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

проверить галстук?

Copy link
Author

Choose a reason for hiding this comment

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

также переводится как ничья

{
win: 'Крестики',
winningSlogan: 'Победили крестики',
cells: [1,3,4,6,7],
Copy link

Choose a reason for hiding this comment

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

Можно в ascii нарисовать игровое поле, чтобы тебе было удобно писать тесты, а мне проверять решение. Например:

/**
 *  x | x | o
 * ---+---+---
 *    |   | x
 * ---+---+---
 *    |   | o
 */

@Zhigalov
Copy link

А доработки будут?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants