Updated Tic-Tac-Toe Game with Scoreboard Enhancements
README.md: Updated documentation to reflect recent feature additions, including the new real-time scoreboard.
index.html:
Added HTML structure for the scoreboard, displaying the number of games played, wins for each player (X and O), and draws.
Updated layout to position the scoreboard on the right-hand side without disturbing the existing layout.
css/style.css:
Styled the scoreboard with modern, clean aesthetics and smooth edge rounding to match the overall design.
Ensured the scoreboard aligns perfectly with the rest of the game elements and maintains responsiveness.
js/script.js:
Implemented a real-time scoreboard that tracks the number of games played, wins for X and O, and draws.
Scoreboard updates dynamically after each game round (win, loss, or draw), providing instant feedback to users.
Maintained existing game functionality while enhancing the user experience with smooth transitions and UI improvements.
These updates significantly enhance the user experience by providing real-time feedback via the scoreboard, while preserving
the original design and functionality.
Hey @arujjval merge me under the hacktoberfest2024 :) !!
Updated Tic-Tac-Toe Game with Scoreboard Enhancements
README.md: Updated documentation to reflect recent feature additions, including the new real-time scoreboard.
index.html:
css/style.css:
js/script.js:
These updates significantly enhance the user experience by providing real-time feedback via the scoreboard, while preserving the original design and functionality.
Hey @arujjval merge me under the hacktoberfest2024 :) !!