JordanBlount / tic-tac-toe

My simple Tic Tac Toe game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe - The Odin Project

My version of a tic tac toe game.

I admit that when I saw this challenge I was confused for a second about how the logic would be for this game. I sat down for a minute and wrote down some of my thoughts on paper before even touching VS Code.

My thoughts as I was trying to figure the logic out

This helped me to better organize my thoughts while approaching the code. My implementation is not exactly like what is written on this page (if you can understand my handwriting). It was just a starting place.

Links (resources used)

Array

https://stackoverflow.com/questions/53606337/check-if-array-contains-all-elements-of-another-array

About

My simple Tic Tac Toe game


Languages

Language:JavaScript 60.4%Language:CSS 21.2%Language:HTML 18.4%