odin-tic-tac-toe/README.md

22 lines
865 B
Markdown
Raw Normal View History

2024-01-30 08:19:33 +00:00
# odin-tic-tac-toe
## Tic Tac Toe
2024-01-30 08:19:33 +00:00
using IIFE's to prevent unwanted user-forced changes, using addEventListeners
utilizing pubsub, and splitting functions into parts used by others for code readability :)
## todo:
- [X] "setup screen" on startup
- [X] display points, turn, etc - info in GUI
- [X] reset points / everything btn
2024-01-31 09:03:16 +00:00
- [ ] FIX BUG - when the win occurs at the end (no other fields are available), a draw occurs, then the win for a player that won appears 2 times
- [ ] clean code, although most of it is fine and intact, parts from later commits (from creating the form setup screen) are quite a little messy
### nice to haves ("todo" that will probably never be done)
2024-01-30 19:17:26 +00:00
- [ ] localstorage or other similar implementation to save progress and players
- [ ] edit player settings - name, marker
# preview:
![preview1](image-1.png)
![preview2](image.png)