Go to file
NetMan 52f0ba3ec3 Majority done, more info in body
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
2024-01-30 17:42:13 +01:00
README.md Majority done, more info in body 2024-01-30 17:42:13 +01:00
image.png Majority done, more info in body 2024-01-30 17:42:13 +01:00
index.html Majority done, more info in body 2024-01-30 17:42:13 +01:00
pubsub.js Majority done, more info in body 2024-01-30 17:42:13 +01:00
reset.css Initial commit boilerplate 2024-01-30 09:19:33 +01:00
script.js Majority done, more info in body 2024-01-30 17:42:13 +01:00
style.css Majority done, more info in body 2024-01-30 17:42:13 +01:00

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

preview:

preview