Tic-Tac-Toe multilevel game participant can play against computer. There three mode in the easy, medium, unbeatable.
- Play against computer.
- Three mode (easy, medium, unbeatable).
- Unbeatable mode is implemented using min-max algorithm there it's literally unbeatable 😄.
- Glass morphism themed Ui.
- Responsive app design with vannila html, css, and js.