odin-tic-tac-toe/README.md

18 lines
494 B
Markdown
Raw Normal View History

2024-01-30 08:19:33 +00:00
# odin-tic-tac-toe
Tic Tac Toe
using IIFE to prevent unwanted user-forced changes, using addEventListeners
utilizing pubsub, and splitting functions into parts used by others for code readability :)
## todo:
2024-01-30 19:17:26 +00:00
- [ ] "setup screen" on first startup (majorly done)
- [ ] display points, turn, etc - info in GUI
- [ ] reset everything btn
- [ ] localstorage or other similar implementation to save progress and players
- [ ] edit player settings - name, marker
# preview:
![preview](image.png)