sadanandpai / frontend-mini-challenges

Collection of frontend challenges for learning and interviews
https://sadanandpai.github.io/frontend-mini-challenges/
MIT License
1.99k stars 490 forks source link

[New]: tic tac toe project with neon theme #277

Closed Ganesh2904 closed 10 months ago

Ganesh2904 commented 10 months ago

Framework/code-stack

Native (HTML, CSS, and JS)

Description

This is a Tic Tac Toe javascript game made using html css and js. it has neon theme. and it also shows the scores of two players.

Similar challenges

Yes, but the available project has minimal theme but this project has neon theme. And this project also shows the scores of two players.

Screenshots

No response

Additional Context

No response

arpansaha13 commented 10 months ago

Tic tac toe is already there in native js

https://sadanandpai.github.io/frontend-mini-challenges/native/machine-coding/tic-tac-toe/

A different theme won't make it a new challenge

arpansaha13 commented 10 months ago

If you want to show scores of two players then add this feature in the existing tic tac toe project