arujjval / tic-tac-toe

A simple tic-tac-toe game and a great way to take part in Hacktoberfest 2024.
https://arujjval.github.io/tic-tac-toe/
MIT License
6 stars 30 forks source link

[FEATURE] Current Player box can change color depending on current user #52

Open ShivRaiGithub opened 1 month ago

ShivRaiGithub commented 1 month ago

Is this a unique feature?

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

Current Player box at the top remains the same color despite the turn being of either player X or O which may make it a little harder to notice.

Proposed Solution

Like in the tic-tac-toe board, it can change color to cyan or reddish depending on current player. It will be more visually appealing as well as noticeable.

Screenshots

image

image

Do you want to work on this issue?

Yes

If "yes" to above, please explain how you would technically implement this (issue will not be assigned if this is skipped)

I would like to modify the css properties and maybe a little bit of script in order to make sure that Current Player box changes color/glow depending on current user.

ShivRaiGithub commented 1 month ago

Please assign the required labels to the issue and assign it to me. Thank you.

ShivRaiGithub commented 1 month ago

I would like to implement something like this : image image