Project: Tic, Tac, Toe - The Odin Project
Built a Tic Tac Toe game which can be played in the browser. The player can play against a computer and has two options on the difficulty of the computer Ez (easy) mode and Beast (hard) mode.
HTML, CSS, JavaScript, Recursion, Minimax Algorithm