Merge 0d0127013b
into 08b771c863
commit
67a2d37f02
@ -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…
Reference in new issue