a project from The Odin Project's Javascript curriculum
I recreate the game of tic-tac-toe to be played through the browser. The user has the option to play against the computer or another player.
https://emgrey02.github.io/tic-tac-toe
- HTML
- CSS
- Javascript
- how to use factory functions and modules in my javascript code
- importance of organizing my code, especially because these projects are getting bigger
- how to use the minimax algorithm to make the computer always win