Go to file
NetMan 040572f515 README: Added todo point 2024-01-31 10:03:16 +01:00
README.md README: Added todo point 2024-01-31 10:03:16 +01:00
image-1.png Setup polishing, choose first player, GUI display info, reset buttons 2024-01-31 00:06:48 +01:00
image.png Setup polishing, choose first player, GUI display info, reset buttons 2024-01-31 00:06:48 +01:00
index.html Setup polishing, choose first player, GUI display info, reset buttons 2024-01-31 00:06:48 +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 Setup polishing, choose first player, GUI display info, reset buttons 2024-01-31 00:06:48 +01:00
style.css Setup polishing, choose first player, GUI display info, reset buttons 2024-01-31 00:06:48 +01:00

README.md

odin-tic-tac-toe

Tic Tac Toe

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:

  • "setup screen" on startup
  • display points, turn, etc - info in GUI
  • reset points / everything btn
  • 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)

  • localstorage or other similar implementation to save progress and players
  • edit player settings - name, marker

preview:

preview1 preview2