2024-01-30 08:19:33 +00:00
|
|
|
# odin-tic-tac-toe
|
|
|
|
|
2024-01-30 16:42:13 +00:00
|
|
|
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
|
2024-01-30 16:42:13 +00:00
|
|
|
|
|
|
|
# preview:
|
|
|
|
![preview](image.png)
|