Tick-tack-toe
Tic Tac Toe is a simple browser game implemented in pure JavaScript, HTML, and CSS without using third-party libraries. It demonstrates my skills in working with the DOM, building game logic, styling the interface, and creating responsive design. Players take turns placing “X”s and “O”s on a 3×3 grid, and the game automatically determines a winner or a tie. After the game is over, there is a restart button that resets the game state. The interface is made in a minimalist style with smooth CSS animations and a soft gradient background. The winning combination of cells is highlighted delicately, without excessive brightness, which creates a pleasant user experience. The code is written in a structured way, easily scalable, and ready to be integrated into larger projects.