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

Workshop tasks #6

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

Workshop tasks #6

wants to merge 12 commits into from

Conversation

yurynix
Copy link

@yurynix yurynix commented Apr 24, 2018

  1. Complete game winning logic: write unit tests for the different game winning scenarios (all rows, columns/diagonals/tie).
  2. Write a component test verifiying a user cannot press a non empty cell.
  3. Write a component test for a tie (show a "It's a tie!" message).
  4. Write a browser/component test for marking next user in a special color (show 'X' and 'O' users and mark next user in special color).
  5. Write a browser/component test for hiding registration form after game starts.
  6. Write a browser/component test for hiding game board before game starts.
  7. Bonus: Write a browser test for user saving / loading existing game state (use local storage for that)
  8. Bonus: Write a browser test for displaying the number of wins next to each user: Win a game. Press a "new game" button, and win the game again. (Use local storage for that as well)

@yurynix yurynix changed the title WIP Workshop tasks Apr 24, 2018
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.

1 participant