diff --git a/README.md b/README.md index 2402a1f..c913a2a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ # odin-tic-tac-toe -Tic Tac Toe \ No newline at end of file +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](image.png) \ No newline at end of file diff --git a/image.png b/image.png new file mode 100644 index 0000000..0f47d1f Binary files /dev/null and b/image.png differ diff --git a/index.html b/index.html index d1d65a6..aae516b 100644 --- a/index.html +++ b/index.html @@ -6,9 +6,13 @@