This is a browser-based single page application of the famous tic-tac-toe game. It includes CRUDs to a server that stores user details. The game offers a number of user experiences, including adjusting the turn order, the player symbol, and playing against an easy, hard, and impossible-to-beat algorithm (minimax algorithm, no alpha/beta pruning).
-
Updated
Nov 22, 2023 - JavaScript