/TicTacToe

Primary LanguageJavaScript

TIC TAC TOE

Project Description:

Javascript based TIC TAC TOE game. Although this game is a simple one to play the logic behind finding a winner is very complex. I added to the complexity by making this game completely dynamic (game board and win conditions created based on input).

Feature List:

- Multiplayer - Infinite board size capability - Tracks which player's turn it is, and use the current player's symbol - Generates win conditions dynamically - Game board created dynamically based on input.

3 Things I learned:

- Dynamic DOM creation - Complex Loop design logic - How to pair program

Screenshots of Application:

![Alt text](/screenshots/pic1.png) ![Alt text](/screenshots/pic2.png) ![Alt text](/screenshots/pic3.png)

Link to Live Preview:

Click here to see a live preview