| outputs user stats on win/draw and readable user-friendly errors in console should've commited earlier to have a better history, but what am i gonna do about it now | ||
|---|---|---|
| README.md | ||
| image.png | ||
| index.html | ||
| pubsub.js | ||
| reset.css | ||
| script.js | ||
| style.css | ||
		
			
				
				README.md
			
		
		
			
			
		
	
	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:
- display points, turn, etc - info in GUI
- "setup screen" on first startup
- reset everything btn
- localstorage or other similar implementation to save progress and players
- edit player settings - name, marker
