pull/291/merge
ArvedE 2 years ago committed by GitHub
commit 67a2d37f02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,26 @@
# Calculator
**Tier:** 1-Beginner
TikTakToe is a fun Game to Play for two Players
## User Stories
- [ ] Create a 3x3 sized Field.
- [ ] Create Two Player
- [ ] Create Click event for each of the 9 Fields and for every click the Player gets switched Player 1 ... Player 2 ... Player 1 ...
- [ ] After each Click the clicked Field must be filled with the Symbol of the current Player X or O
- [ ] If One Player gets three of the same Symbols in a Line he won.
## Bonus features
- [ ] User can Play against the Computer
- [ ] Create a win Count for the Players
## Useful links and resources
- [Codepen Example](https://codepen.io/thiago-cs/pen/jOqJVMV)
- [MDN](https://developer.mozilla.org/en-US/)
## Example projects
- [Many Example Games](https://codepen.io/tag/tic-tac-toe)
Loading…
Cancel
Save