rheh / HTML5-canvas-projects

HTML5 Canvas projects - including simple thermometer, speedometer, map, progress meter, map, car race sim, chess, bouncing ball and compass.
https://rheh.github.io/HTML5-canvas-projects/
392 stars 375 forks source link

added a tick-tac-toe game using js #27

Open Yashop181 opened 4 months ago

Yashop181 commented 4 months ago

I've added a Tic-Tac-Toe game to the project, designed for a player vs. computer experience. The game is implemented using HTML, CSS, and JavaScript. It features a simple interface where the player can take turns with the computer to place their marks (X or O) on a 3x3 grid, aiming to get three in a row either horizontally, vertically, or diagonally.