dhairyagothi / 100_days_100_web_project

This repository contains 100 web projects from basic to intermediate using html css and js Please star the repo before start working on it
https://50-days-50-web-project.vercel.app/
MIT License
30 stars 36 forks source link

Scoreboard for Tic Tac Toe Game #44

Closed atharva012004 closed 4 months ago

atharva012004 commented 4 months ago

Feature Request: Scoreboard for Tic Tac Toe Game

Is your feature request related to a problem? Please describe.

The current Tic Tac Toe game lacks a scoreboard to track wins and losses for each player. This can make it difficult to see who is winning overall and doesn't provide a sense of accomplishment or competition.

Describe the solution you'd like

I'd like to add a scoreboard to the Tic Tac Toe game. This scoreboard should display:

Player 1 Wins: [Number] Player 2 Wins: [Number] Ties: [Number] The scoreboard should update automatically after each game. Wins should be awarded based on the standard Tic Tac Toe win conditions. A tie should be declared if the board is filled and no player has achieved a winning line.

Please assign me this task I'm eager to contribute on this project.

github-actions[bot] commented 4 months ago

Thank you for raising this issue! We'll look into it as soon as possible. Please ensure that the issue is not duplicate, and you read CONTRIBUUTING.md carefully. Your contributions are highly appreciated! 😊

dhairyagothi commented 4 months ago

Assigned Go ahead @atharva012004 before Starting PUSH the MAIN branch

dhairyagothi commented 4 months ago

completed #53