This is a Tic Tac Toe game created with HTML, CSS, and Javascript. The HTML is used to create the structure of the page, the CSS is used to add styles to that structure, and Javascript is used for the logic of the game.
This game contain several themes and each theme has it's own cross and circle toeken and a lore. The default theme is very standard and regular. You can see it in the screenshot below.
The other available themes are: Avengers: End Game, Spider Man: Far From Home, Batman, and Star Wars. You can see the example in thes screenshots below
Furthermore, All the themes except for the default has a sepcial gif, alert message, and audio playing win either character win for example: If Thanos wins in the avengers theme this will be result
A last addition to the game is the AI which is set on a super easy deficulty where anyone can beat it.
You can test that and see for yourself all the special gifs, messages, and audio. Just click the link https://muhannadcy.github.io/TicTacToe/
For those who're interested in technical details the code contains many comments that can explain the functionality of it.